Implemented if statements and made putuint work with 0

This commit is contained in:
cannoli-fruit 2026-07-26 17:00:15 -04:00
commit 441d737cf1
4 changed files with 38 additions and 8 deletions

View file

@ -11,4 +11,3 @@ proc main
"Alright, have a nice day" :puts :newline
endif
endproc

View file

@ -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