mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 10:08:47 +00:00
5 lines
78 B
Text
5 lines
78 B
Text
|
|
infix "++" at "+" (a, b) { a+b}
|
||
|
|
|
||
|
|
local x = read ();
|
||
|
|
|
||
|
|
write (infix "++" (2, 3))
|