effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/mel/variable_feature.test

15 lines
246 B
Plaintext
Raw Normal View History

2019-03-14 13:10:17 +08:00
$x
$foo42
$Foo_Bar_42
----------------------------------------------------
[
["variable", "$x"],
["variable", "$foo42"],
["variable", "$Foo_Bar_42"]
]
----------------------------------------------------
Checks for variables.