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.
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
import "fmt"
|
|
import "local"
|
|
|
|
print "debug" {
|
|
msg => local.vardir("foo1/"),
|
|
}
|