Implemented negative numbers and more importantly glendasay

This commit is contained in:
cannoli-fruit 2026-07-28 22:26:30 -04:00
commit 02aa3f707b
7 changed files with 226 additions and 26 deletions

View file

@ -0,0 +1,8 @@
$inc fvmstd.fp
proc main
:getint
0 2 i- i+
:putint
:newline
endproc