11 lines
169 B
GLSL
11 lines
169 B
GLSL
$inc fvmstd.fp
|
|
|
|
proc main
|
|
while 1 do
|
|
if :getuint 37 == then
|
|
break
|
|
endif
|
|
"Try again" :puts :newline
|
|
endwhile
|
|
"You got it!" :puts :newline
|
|
endproc
|