From 3495c0450ab8e602e22c22ef9c307261993cd5d9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 20 Jan 2010 20:50:18 -0800 Subject: [PATCH] updated README to reflect current implementation of print --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b5247db..57401a7 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,7 @@ Supported statements are: * repeat
e.g. repeat x=x-1 if x == 0 break end end * for
e.g. for i=1 to 5 x=x+1 end * do
e.g. do 5 x=x+1 end - * print
e.g. a=1 print - -Print is strange, it prints the last value calculated in hex and that -is all. + * print <expr>
e.g. print 42 Supported operations are the following, in increasing order of precedence: