Issue is just small unexpected syntax behavior that should be improved
Placing & after tag and before variable drops error error 001: expected token: "-identifier-", but found "&"stock demostrationFunc(Float: &testvarref) Drops error above
I would expect it to work just fine like it does if its in front of tag like here
stock demostrationFunc(&Float: testvarref) <- That works fine
Issue description:
Issue is just small unexpected syntax behavior that should be improved Placing & after tag and before variable drops error
error 001: expected token: "-identifier-", but found "&"
stock demostrationFunc(Float: &testvarref)
Drops error aboveI would expect it to work just fine like it does if its in front of tag like here
stock demostrationFunc(&Float: testvarref)
<- That works fineMinimal complete verifiable example (MCVE):
Workspace Information: