mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-30 19:28:02 +08:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
foobar()
|
|
{Foobar}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["function", "foobar"], ["punctuation", "("], ["punctuation", ")"],
|
|
["punctuation", "{"], ["function", "Foobar"], ["punctuation", "}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for functions and procedures. |