13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
|
sub foo
|
||
|
sub Foo_Bar42
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["function", [["keyword", "sub"], " foo"]],
|
||
|
["function", [["keyword", "sub"], " Foo_Bar42"]]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for functions.
|