Hello world/Newbie: Difference between revisions

Content added Content deleted
(Added EasyLang implementation)
Line 2,376:
'''Remember:''' This is just a bare-bones tutorial on how to program Robotic. Please refer to the manual (stated above) if you want to learn more about Robotic and MegaZeux itself.
 
=={{header|RPL}}==
1. Switch your RPL calculator on. You shall see an empty stack. The number appearing at the left of the line is the stack level.
1:
2. Push the string you want to display in the data stack.
1: "Hello world"
3. Push the line number where you wish to display the text, 1 being at the top of the screen
2: "Hello world"
1: 1
4. Hit the <code>Catalog</code> key to see all the available instructions documented and select the <code>DISP</code> function - or type it directly - and hit <code>Enter</code>. ''Et voilà !''
=={{header|Ruby}}==