[FEAT] Working on array and struct support on expressions

This commit is contained in:
2021-05-04 14:58:21 +02:00
parent 567710779a
commit 58808d33a5
3 changed files with 43 additions and 21 deletions

View File

@@ -4,5 +4,11 @@ struct point
y as number
end
var peiv as point
struct triangle
a as point
b as point
c as point
end
var peiv as array of 2 triangle
const perico as number = 4-peiv