17 lines
416 B
Plaintext
17 lines
416 B
Plaintext
![]() |
spawn(
|
||
|
foo@_bar(
|
||
|
'foo bar'(
|
||
|
'\'\\'(
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["function", "spawn"], ["punctuation", "("],
|
||
|
["function", "foo@_bar"], ["punctuation", "("],
|
||
|
["quoted-function", "'foo bar'"], ["punctuation", "("],
|
||
|
["quoted-function", "'\\'\\\\'"], ["punctuation", "("]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for functions and quoted functions.
|