6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
FUNC VOID main() {
|
|
INT x,y
|
|
READ x
|
|
y := x
|
|
PRINT "y vaut ",y
|
|
} |