mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-14 18:58:45 +00:00
4 lines
54 B
Text
4 lines
54 B
Text
var x;
|
|
|
|
(x := read (); write (x); x) := 18;
|
|
write (x)
|