frame_transpiler icon indicating copy to clipboard operation
frame_transpiler copied to clipboard

Binary expressions not compiling in return statements

Open frame-lang opened this issue 1 year ago • 0 comments

Need to fix and create tests.

    -actions-

    addit  {
        ^(1+2)
    } 

    -operations-

    #[static]
    add [a,b] {
        var x = a + b
        ^(1+2)
    }

frame-lang avatar Dec 17 '23 23:12 frame-lang