Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Here-document/FreeBASIC/here-document.basic
Normal file
15
Task/Here-document/FreeBASIC/here-document.basic
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Dim As String text1 = " " & Chr(10) & _
|
||||
"<<'FOO' " & Chr(10) & _
|
||||
" 'jaja', `esto`" & Chr(10) & _
|
||||
" <simula>" & Chr(10) & _
|
||||
" \un\" & Chr(10) & _
|
||||
!" ${ejemplo} de \"heredoc\"" & Chr(10) & _
|
||||
" en FreeBASIC."
|
||||
|
||||
Dim As String text2 = "Esta es la primera linea." & Chr(10) & _
|
||||
"Esta es la segunda linea." & Chr(10) & _
|
||||
!"Esta \"linea\" contiene comillas."
|
||||
|
||||
Print text1
|
||||
Print Chr(10) + text2
|
||||
Sleep
|
||||
Loading…
Add table
Add a link
Reference in a new issue