github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/testdata/export.ng (about) 1 $$ export A=hello $$ 2 x := $$ echo -n $A $$ 3 4 if x == "hello" { 5 print("OK") 6 }