mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
updated README to reflect current implementation of print
This commit is contained in:
parent
cfd97c5cbd
commit
3495c0450a
1 changed files with 1 additions and 4 deletions
|
|
@ -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 <expr><br> e.g. print 42
|
||||
|
||||
Supported operations are the following, in increasing order of
|
||||
precedence:
|
||||
|
|
|
|||
Loading…
Reference in a new issue