Data update
This commit is contained in:
parent
72eb4943cb
commit
4d5544505c
2347 changed files with 62432 additions and 16731 deletions
9
Task/Loops-For/Excel/loops-for.excel
Normal file
9
Task/Loops-For/Excel/loops-for.excel
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
=REDUCE(
|
||||
"", SEQUENCE(6),
|
||||
LAMBDA(outer, i,
|
||||
VSTACK(
|
||||
outer,
|
||||
REDUCE("", SEQUENCE(i), LAMBDA(inner, j, inner & "*"))
|
||||
)
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue