10 lines
206 B
GLSL
10 lines
206 B
GLSL
$inc fvmstd.fp
|
|
|
|
proc main
|
|
# Test for the putuint function in fvmstd
|
|
"Hello World!" :puts :newline
|
|
23 :putuint :newline
|
|
0 :putuint :newline
|
|
69 :putuint :newline
|
|
420 :putuint :newline
|
|
endproc
|