[FEAT] Implemented struct, still testing. [FEAT] Implemented var, still testing.
9 lines
124 B
VB.net
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
|