Skip to content

Commit

Permalink
fix a tour typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jan 14, 2025
1 parent 7c4501f commit 34bff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/text/tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ If you like, you can put values on the stack first, then operate on them.
√.225
```

For math functions where the order matters, like [subtract](/docs/sub) and [divide](/docs/div), what would normally be the second argument is instead the first. This is so you can think of fragments like `¯2` as a single unit.
For math functions where the order matters, like [subtract](/docs/sub) and [divide](/docs/div), what would normally be the second argument is instead the first. This is so you can think of fragments like `-``2` as a single unit.

If you want them to work the other way, you can use [flip](/docs/flip), which swaps the top two values on the stack.

Expand Down

0 comments on commit 34bff83

Please sign in to comment.