Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroflag committed Feb 17, 2025
1 parent 7188c3e commit b82c1d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/catalogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@

## Modules

| Word | Description | Stack Effect | Immediate | Example |
|----------|--------------------------------------------|---------------------|-----------|--------------------------------|
| `need` | Require a module | `( str -- module )` | Yes | `"dkjson" require -> var json` |
| `return` | Export a module / Return from Lua function | `( x -- )` | Yes | |
| Word | Description | Stack Effect | Immediate | Example |
|----------|--------------------------------------------|---------------------|-----------|-----------------------------|
| `need` | Require a module | `( str -- module )` | Yes | `"dkjson" need -> var json` |
| `return` | Export a module / Return from Lua function | `( x -- )` | Yes | |

## Misc

Expand Down

0 comments on commit b82c1d2

Please sign in to comment.