mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-25 23:43:28 +08:00
17 lines
258 B
Plaintext
17 lines
258 B
Plaintext
:_
|
|
:foo
|
|
:BAR?
|
|
:Baz_42!
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["symbol", ":_"],
|
|
["symbol", ":foo"],
|
|
["symbol", ":BAR?"],
|
|
["symbol", ":Baz_42!"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for symbols. |