Jump to content

Literals/String: Difference between revisions

Line 217:
print [str "->" type str]
 
fullLineStr: « This is a full-line string
multiline: {
 
This
print [fullLineStr "->" type fullLineStr]
is a multi-line
 
string
multiline: strip outdent {
This
is a multi-line
string
}
 
print [multiline "->" type multiline]</lang>
 
safer: strip outdent {:
{{out}}
This is
yet another
is a multi-line
string
:}
 
print [safer "->" type safer]</pre>
<pre>Hello world -> :string
This
is a multi-line
string -> :string</pre>
 
=={{header|AutoHotkey}}==
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.