Files
jailbasic/test.vb
Raimon Zamora 7297215aeb [BUG] Disallow decimals on array decl and indices
[FEAT] Parser checks index out of bounds errors
2021-05-04 16:29:37 +02:00

15 lines
211 B
VB.net

' Esto es un comentario
struct point
x as number
y as number
end
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[1].a.x