Files
tp2-vsl-pds/tests/aLaMain.vsl
Vu Tuan Minh addf4bdee1 stack
2025-04-07 17:33:38 +02:00

6 lines
89 B
Plaintext

FUNC INT main() {
INT a,b,c
b:=3
c:=1
a := b+c
RETURN 4 + 6 * 5 + 2 }