Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 352 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 352 Bytes

HOCheatSheet

A Pharo language cheat sheet in code

File the code in with:

CodeImporter 
	evaluateString: ((ZnEasy get:'https://raw.githubusercontent.com/philippeback/HOCheatSheet/master/HOCheatSheet.st') contents).

The code is a fileout of the package. So, fileOut the package back, add, and commit + push with normal Git tools.