Files
jailbasic/test.vb
Raimon Zamora 567710779a [BUG] Repaired types on some parameters.
[FEAT] Implemented struct, still testing.
[FEAT] Implemented var, still testing.
2021-05-04 10:24:35 +02:00

9 lines
124 B
VB.net

' Esto es un comentario
struct point
x as number
y as number
end
var peiv as point
const perico as number = 4-peiv