This page (revision-26) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 24-Feb-2014 22:55 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
26 03-Feb-2023 15:21 7 KB Roland B. Wassenberg to previous
25 20-Nov-2018 21:29 7 KB Roland B. Wassenberg to previous | to last
24 20-Nov-2018 21:29 7 KB Roland B. Wassenberg to previous | to last
23 20-Nov-2018 21:27 7 KB Roland B. Wassenberg to previous | to last
22 20-Nov-2018 21:25 7 KB Roland B. Wassenberg to previous | to last
21 03-May-2018 20:02 7 KB Maury Markowitz to previous | to last

Page References

Incoming links Outgoing links
Pilot

Version management

Difference between version and

At line 12 changed 12 lines
The following is a simple Hello World in PILOT:\\
\\
R:Hello World in PILOT\\
T:What is your name?\\
A:$NAME\\
R:Hello $NAME!\\
\\
R is a "remark", similar to the REM statement in BASIC, T is "type", the equivalent of PRINT, and A is "accept", the equivalent to INPUT. The following example shows the Atari extensions for graphics:\\
\\
R:Draw a square in the center of the screen\\
GR:4(DRAW 20; TURN 90)\\
\\
The following is a simple Hello World in PILOT:
{{{
R:Hello World in PILOT
T:What is your name?
A:$NAME
R:Hello $NAME!
}}}
R is a "remark", similar to the REM statement in BASIC, T is "type", the equivalent of PRINT, and A is "accept", the equivalent to INPUT. The following example shows the Atari extensions for graphics:
{{{
R:Draw a square in the center of the screen
GR:4(DRAW 20; TURN 90)
}}}