6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
-- main.mcl --
|
|
$foo = "/tmp/file1"
|
|
test "$foo" {} # catch simple typos! should be "${foo}"
|
|
-- OUTPUT --
|
|
# err: errValidate: test[$foo] did not Validate: the Res name starts with a $
|