7 lines
49 B
Text
7 lines
49 B
Text
|
|
(let foo (fun ()
|
||
|
|
(print n)))
|
||
|
|
|
||
|
|
(let n 5)
|
||
|
|
|
||
|
|
(foo)
|