Jump to content

Quoting constructs: Difference between revisions

add to bQN
(add BQN)
(add to bQN)
Line 25:
'b'
@</lang>
<code>@</code> is a symbol that represents the null character. Characters can contain a newline(<code>@+10</code> is recommended, however).
 
* Number
Line 47:
** Regular array notation <lang bqn>⟨1, 2, 3⟩</lang> You can nest arrays in arrays. Separators can be <code>,</code>, <code>⋄</code> and newline.
** Stranding <lang bqn>1‿2‿3</lang> any expression which doesn't fit in a single atom must be put in parentheses.
** Strings <lang bqn>"Hello World"
"Quoted "" String"</lang> any sequence of characters including newlines can be put inside a string. Quotes are escaped by typing two quotes.
 
=={{header|Go}}==
236

edits

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