8 lines
144 B
Plaintext
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]
|