Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Loops-Break/Lambdatalk/loops-break.lambdatalk
Normal file
9
Task/Loops-Break/Lambdatalk/loops-break.lambdatalk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{def loops_break
|
||||
{lambda {:n}
|
||||
{if {= :n 10}
|
||||
then :n -> end of loop
|
||||
else :n {loops_break {round {* 20 {random}}}}}}}
|
||||
-> loops_break
|
||||
|
||||
{loops_break 0}
|
||||
-> 0 16 8 5 9 17 9 18 1 18 1 1 12 13 15 1 10 -> end of loop
|
||||
Loading…
Add table
Add a link
Reference in a new issue