Hello world/Newbie: Difference between revisions

Applesoft BASIC
(Applesoft BASIC)
Line 247:
# Run <lang bash>agda --compile helloworld.agda</lang> This creates the binary ''helloworld''
# Execute the binary. For example, on Linux run <lang bash>./helloworld</lang> The execution outputs ''Hello world!''
=={{header|Applesoft BASIC}}==
Installation and text editors are not needed. https://rosettacode.org/wiki/Interactive_programming_(repl)#Applesoft_BASIC
 
With no drives attached, turn on the Apple II+ or later model and you will instantly be at the prompt:
<pre>
]
</pre>
Start coding ...
<lang gwbasic>? "HELLO, WORLD!"</lang>
https://archive.org/details/The_Applesoft_Tutorial_HQ_color/
=={{header|ARM Assembly}}==
{{works with|as|Raspberry Pi}}
413

edits