Files
mgmt/lang/interpret_test/TestAstFunc3/dollar2.txtar
James Shubin a0972c0752 lang, engine: Add a metaparam for catching accidental dollar signs
Let's make our life easier for users!
2024-08-22 20:41:48 -04:00

8 lines
144 B
Plaintext

-- main.mcl --
$foo = "/tmp/file1"
test "$foo" {
Meta:dollar => true, # allow what would normally be a typo!
}
-- OUTPUT --
Vertex: test[$foo]