Skip to content

Commit

Permalink
Merge pull request #23 from DestyNova/main
Browse files Browse the repository at this point in the history
07-more-adverbs: Remove a confusing bit+example in For/For scan
  • Loading branch information
razetime authored Feb 5, 2024
2 parents b2dd4d4 + 22f67b4 commit 002fddf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions 07-more-adverbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ The same overload for `\` will produce the intermediate values of the *for*, lik
0 1 2 3
```

When called with more than three arguments, *For* and *For scan* both use the first argument as initial value, and the rest of the arguments as input arrays.

```
{x+y*z}/[1; 1 2 3; 4 5 6; 7 8 9]
29 42 57
{x+y*z}\[1; 1 2 3; 4 5 6; 7 8 9]
(1 2 3
4 5 6
7 8 9
29 42 57)
```

### `f g/ z` While

**Symbol:** `/`
Expand Down

0 comments on commit 002fddf

Please sign in to comment.