June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
10
Task/Loops-For/Klong/loops-for.klong
Normal file
10
Task/Loops-For/Klong/loops-for.klong
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
:" x{p}:*y means repeat {p} x times starting at y "
|
||||
|
||||
5{x{.d(0c*);x}:*0;.p("");x+1}:*1
|
||||
|
||||
:" But you would not do it like this! "
|
||||
:" You would reshape 0c* to the desired length "
|
||||
:" in a function and then iterate that function "
|
||||
:" over a vector of numbers: "
|
||||
|
||||
{.p(x:^0c*)}'1+!5
|
||||
Loading…
Add table
Add a link
Reference in a new issue