frame_transpiler
frame_transpiler copied to clipboard
Binary expressions not compiling in return statements
Need to fix and create tests.
-actions-
addit {
^(1+2)
}
-operations-
#[static]
add [a,b] {
var x = a + b
^(1+2)
}