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