mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
314 B
Plaintext
17 lines
314 B
Plaintext
|
foobar(
|
||
|
foo_bar_42(
|
||
|
abs/1
|
||
|
atan/2
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["function", "foobar"], ["punctuation", "("],
|
||
|
["function", "foo_bar_42"], ["punctuation", "("],
|
||
|
["function", "abs/1"],
|
||
|
["function", "atan/2"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for functions.
|