mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
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. |