mirror of
https://github.com/pkali/feudal-economy.git
synced 2026-05-20 22:33:54 +02:00
18 lines
332 B
Plaintext
18 lines
332 B
Plaintext
' Example of extended strings
|
|
|
|
' Note that this example can not be directly converted to LIST format,
|
|
' as it uses EOL embedded inside strings.
|
|
' Test with "basicParse -b sample-3.txt"
|
|
|
|
print ["{clr}
|
|
{17*bline}
|
|
{rline}~Hello ATARI World~{lline}
|
|
{17*tline}
|
|
"]
|
|
|
|
' Do some color effects
|
|
do
|
|
setcolor 2,peek(20),4
|
|
loop
|
|
|