✓
Passing This code compiles and runs correctly.
Code
// Test if compiler.flag.declare can be invoked from user code
// NOTE: Use fully qualified namespace with colon syntax
std/compiler:flag.declare {
"name": "test",
"description": "Test flag",
"type": "boolean"
}
tor hello {}
hello()
Flows
flow ~flag.declare click a branch to expand · @labels scroll to their anchor
flag.declare (source: "name": "test",
"description": "Test flag",
"type": "boolean")
flow ~hello click a branch to expand · @labels scroll to their anchor
hello
Test Configuration
MUST_RUN