7 lines
176 B
Text
7 lines
176 B
Text
Print "Hello {World}"
|
|
Print {Hello "World"}
|
|
Report {Multiline String
|
|
2nd line
|
|
}
|
|
Print """Hello There"""={"Hello There"}
|
|
Print Quote$("Hello There")={"Hello There"}
|