omni icon indicating copy to clipboard operation
omni copied to clipboard

struct: support calling other fields to build new ones

Open vitreo12 opened this issue 2 years ago • 0 comments

struct Something: 
    a = PI
    b = a * 3

b = a * 3 is currently not supported. Perhaps b float = a * 3 should be.

vitreo12 avatar Jul 25 '21 19:07 vitreo12