Jump to content

Closures/Value capture: Difference between revisions

m
→‎{{header|Factor}}: Move a comment.
m (→‎{{header|Factor}}: Move a comment.)
Line 191:
<lang factor>USING: io kernel locals math math.ranges prettyprint sequences ;
 
! Create a sequence of ten quotations
[let
! Create a sequence of ten quotations
10 iota [
:> i ! Bind lexical variable i
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.