mirror of
https://github.com/pkali/feudal-economy.git
synced 2026-05-20 22:33:54 +02:00
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
|
|
' Example program
|
|
|
|
' One statement per line:
|
|
print "Hello All"
|
|
print "---------"
|
|
print "This is a heart: \00"
|
|
|
|
' Also, multiple statements per line:
|
|
for counter = 0 to 10 : ? "Iter: "; counter : next counter
|
|
|
|
' Line numbers
|
|
30
|
|
' And abbreviations:
|
|
g. 30
|
|
|