Fixed return (seems to be; no regression yet)

This commit is contained in:
Dmitry Boulytchev 2020-01-05 01:26:13 +03:00
parent 8658f1343b
commit 644c1b3086
3 changed files with 35 additions and 68 deletions

View file

@ -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})