mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 20:08:20 -07:00
15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
|
proc foo
|
||
|
proc Foobar
|
||
|
proc foo_bar_42
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["builtin", "proc"], ["function", "foo"],
|
||
|
["builtin", "proc"], ["function", "Foobar"],
|
||
|
["builtin", "proc"], ["function", "foo_bar_42"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for functions.
|