Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions docs/forth.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ If you were in /, forth will load and save file in this folder.
In others cases, you can create a forth folder in home and goes into it
in forth for example :

* mkdir home
* #cd home
* #mkdir forth
* forth
```bash
/#mkdir home
/#cd home
/home#mkdir forth
/home#forth
```

if you type « cd forth» in forth environnement, all files actions will
be perform in « /*home/*forth »

## SOURCE

https://github.com/assinie/Tele-Forth
[https://github.com/orix-software/forth/]