script1.stx
author Claus Gittinger <cg@exept.de>
Wed, 11 Jun 2014 12:28:23 +0200
changeset 1349 cc4ef8ce80c7
child 1392 359fc4f22cd6
permissions -rwxr-xr-x
*** empty log message ***

#!stx --script
"/
"/ just prints some numbers
"/
1 to:10 do:[:i |
   ('the factorial of %1 is %2'
	bindWith:i with:i factorial) printCR
].