Open vitreo12 opened 3 years ago
struct Something: a = PI b = a * 3
b = a * 3 is currently not supported. Perhaps b float = a * 3 should be.
b = a * 3
b float = a * 3
b = a * 3
is currently not supported. Perhapsb float = a * 3
should be.