12 lines
207 B
Text
12 lines
207 B
Text
text1$ = "Esta es la primera linea.
|
|
Esta es la segunda linea.
|
|
Esta \"linea\" contiene comillas.\n"
|
|
|
|
text2$ = "Blast it James! I'm a magician,
|
|
not a doctor!
|
|
--- L. McCoy\n"
|
|
|
|
|
|
print text1$
|
|
print text2$
|
|
end
|