13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
|
(pair? '(1 2))
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["punctuation", "("], ["builtin", "pair?"],
|
||
|
["punctuation", "'"], ["punctuation", "("], ["number", "1"], ["number", "2"], ["punctuation", ")"], ["punctuation", ")"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Tests that first number of a list is not highlighted as a function. See #1331
|