Implemented if statements and made putuint work with 0
This commit is contained in:
parent
52f97d2fe4
commit
441d737cf1
4 changed files with 38 additions and 8 deletions
|
|
@ -2,5 +2,8 @@ $inc fvmstd.fp
|
|||
|
||||
proc main
|
||||
"Hello World!" :puts :newline
|
||||
23 :putuint
|
||||
23 :putuint :newline
|
||||
0 :putuint :newline
|
||||
69 :putuint :newline
|
||||
420 :putuint :newline
|
||||
endproc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue