Jump to content

Loops/Infinite: Difference between revisions

Added Robotic implementation to Loops/Infinite
No edit summary
(Added Robotic implementation to Loops/Infinite)
Line 1,398:
see "Spam"
end
</lang>
 
=={{header|Robotic}}==
This will display the word '''SPAM''' at the bottom of the screen indefinitely:
<lang robotic>
: "infinite_loop"
* "SPAM"
goto "infinite_loop"
</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.