Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Here-document/BASIC256/here-document.basic
Normal file
8
Task/Here-document/BASIC256/here-document.basic
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
text1$ = " " & chr(10) & "<<#FOO# " & chr(10) & " #jaja#, `esto`" & chr(10) & " <simula>" & chr(10) & " \un\" & chr(10) & " ${ejemplo} de 'heredoc'" & chr(10) & " en BASIC256."
|
||||
|
||||
text2$ = "Esta es la primera linea." & chr(10) & "Esta es la segunda linea." & chr(10) & "Esta 'linea' contiene comillas."
|
||||
|
||||
print text1$
|
||||
print
|
||||
print text2$
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue