Skip to content

Commit a9a54dd

Browse files
committed
Update examples
1 parent 442cc62 commit a9a54dd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ rabble [--expression|-e] [--debug|-d] <expr>
1010
```
1111

1212
### Examples
13-
```Forth
14-
5 2 * . \\= 10
1513
```
16-
```Forth
14+
\\ Multipy
15+
5 2 * . \\= 10
16+
17+
\\ Dip below last value to apply quotation
1718
5 10 2 [ * ] dip .S \\= [50 2]>
18-
```
19-
```Forth
19+
20+
\\ Apply quotation
2021
7 6 [2 3 + + +] apply . \\= 18
2122
```
2223

0 commit comments

Comments
 (0)