FlagVM/flagpole/tests/numinp.fp
2026-07-26 20:30:38 -04:00

9 lines
149 B
GLSL

$inc fvmstd.fp
proc main
# Basic test for getuint and putuint
"Sum Program" :puts :newline
:getuint
:getuint u+
:putuint :newline
endproc