Files
mgmt/examples/lang/vardir.mcl
James Shubin 118f266211 lang: core: local: Add a new vardir function
This gives us a function to return a created vardir folder. It is not
locally namespaced, and a future function will have to namespace one to
each scope.
2024-09-09 18:04:18 -04:00

7 lines
78 B
Plaintext

import "fmt"
import "local"
print "debug" {
msg => local.vardir("foo1/"),
}