mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +00:00
Fixed return (seems to be; no regression yet)
This commit is contained in:
parent
8658f1343b
commit
644c1b3086
3 changed files with 35 additions and 68 deletions
|
|
@ -8,4 +8,4 @@ fun traverse (l) {
|
|||
|
||||
local x = read ();
|
||||
|
||||
traverse ({1, fun () write(100), 2, 3, 4, 5, fun () write (200), 6, 7})
|
||||
traverse ({1, fun () {write(100)}, 2, 3, 4, 5, fun () {write (200)}, 6, 7})
|
||||
Loading…
Add table
Add a link
Reference in a new issue