Files
tp2-vsl-pds/tests/testsAdvanced/portee2.vsl
2025-03-27 14:18:48 +01:00

6 lines
47 B
Plaintext

FUNC VOID main(f) {
INT f
f:=100
PRINT f
}