script1.stx
changeset 1349 cc4ef8ce80c7
child 1392 359fc4f22cd6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/script1.stx	Wed Jun 11 12:28:23 2014 +0200
@@ -0,0 +1,8 @@
+#!stx --script
+"/
+"/ just prints some numbers
+"/
+1 to:10 do:[:i |
+   ('the factorial of %1 is %2'
+	bindWith:i with:i factorial) printCR
+].