Files
tp2-vsl-pds/tests/aLaMain.vsl
2025-04-30 16:11:55 +02:00

6 lines
75 B
Plaintext

FUNC INT main() {
INT a,b[10],c,d[11]
a:=1
c:=2
b[1] := 2
}