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

9 lines
No EOL
158 B
GLSL

$inc fvmstd.fp
proc main
# Truth machine (https://esolangs.org/wiki/Truth-machine)
:getchar
while dup "1" ld8 == do
dup :putchar
endwhile
endproc