8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
-- main.mcl --
|
|
# simple bool
|
|
if $b {
|
|
}
|
|
$b = true
|
|
-- OUTPUT --
|
|
Vertex: const: bool(true)
|