git @ Cat's Eye Technologies Illgol-Grand-Mal / master 2. Illgola-2 / prj / eh.ill
master

Tree @master (Download .tar.gz)

eh.ill @masterraw · history · blame

1
2
3
4
5
6
7
10 *f = { print str(#0), EoL };
20 do f(1);
30 don't f;
40 do f(2);
50 reinstate f;
60 do f(3);
FIN