Skip to content

Commit

Permalink
Update interop.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag authored Feb 18, 2025
1 parent 1f9c43c commit af4b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A better approach is to define an alias with number of return values set to 0.


```forth
[ "a" "b" "c" ] dup 2 #( table.remove 2 0 ) \ just remove "b" don't return i
[ "a" "b" "c" ] dup 2 #( table.remove 2 0 ) \ just remove "b" don't return it
inspect \ this will print [ "a" "c" ]
```

Expand Down

0 comments on commit af4b2ce

Please sign in to comment.