Files
CS-Notes/docs/_style/prism-master/tests/languages/prolog/variable_feature.test

15 lines
248 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
Foobar
Foo_bar_42
_foo
----------------------------------------------------
[
["variable", "Foobar"],
["variable", "Foo_bar_42"],
["variable", "_foo"]
]
----------------------------------------------------
Checks for variables.