Closed joergen7 closed 6 years ago
Placing the query expression before a variable assignment causes Cuneiform to crash, as if no query is present in the script.
deftask greet( out : person )in bash *{ out="Hello $person" }* greet( person: world ); world = "Jorgen";
Order matters now.
Placing the query expression before a variable assignment causes Cuneiform to crash, as if no query is present in the script.