mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Better scoping in repeat/for, lazy expression (no implicit import yet)
This commit is contained in:
parent
cf78cd20e3
commit
556ce81106
11 changed files with 42 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
public fun lazy (f) {
|
||||
public fun makeLazy (f) {
|
||||
local value, set = false;
|
||||
|
||||
fun () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue