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: