16 lines
426 B
Plaintext
16 lines
426 B
Plaintext
foo()
|
|
foo_Bar_42()
|
|
list.filter {}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "foo"], ["punctuation", "("], ["punctuation", ")"],
|
|
["function", "foo_Bar_42"], ["punctuation", "("], ["punctuation", ")"],
|
|
"\r\nlist", ["punctuation", "."],
|
|
["function", "filter"], ["punctuation", "{"], ["punctuation", "}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions. |