Better scoping in repeat/for, lazy expression (no implicit import yet)

This commit is contained in:
Dmitry Boulytchev 2020-02-14 08:13:52 +03:00
parent cf78cd20e3
commit 556ce81106
11 changed files with 42 additions and 16 deletions

View file

@ -1,4 +1,4 @@
public fun lazy (f) {
public fun makeLazy (f) {
local value, set = false;
fun () {