sannybuilder/dev

BUG: arithmetic operations - no suported

MatiDragon-YT opened this issue · 3 comments

SB4 is not compiling operations where it is indicated on the same line that it is an INT or FLOAT operation.

image

x87 commented

This is correct behavior. You can only use int with assignment ('=')
https://docs.sannybuilder.com/coding/variables#variable-initialization

x87 commented

In your example last line can be written without int

1@ *= -1

Wait... you're telling me that what I was using was a bug? whaaaaaaaaaat