Skip to content

Commit

Permalink
updated README to reflect current implementation of print
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonjs committed Jan 21, 2010
1 parent cfd97c5 commit 3495c04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -84,10 +84,7 @@ Supported statements are:
* repeat<br> e.g. repeat x=x-1 if x == 0 break end end
* for<br> e.g. for i=1 to 5 x=x+1 end
* do<br> e.g. do 5 x=x+1 end
* print<br> e.g. a=1 print

Print is strange, it prints the last value calculated in hex and that
is all.
* print &lt;expr&gt;<br> e.g. print 42

Supported operations are the following, in increasing order of
precedence:
Expand Down

0 comments on commit 3495c04

Please sign in to comment.