mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-24 23:13:28 +08:00
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
$foo
|
|
$@
|
|
${foo bar}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["variable", "$foo"],
|
|
["variable", "$@"],
|
|
["variable", "${foo bar}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for variables. |