15 lines
256 B
Plaintext
15 lines
256 B
Plaintext
![]() |
foo(
|
||
|
foo_bar(
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["function", "foo"],
|
||
|
["punctuation", "("],
|
||
|
["function", "foo_bar"],
|
||
|
["punctuation", "("]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for functions.
|