mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
01ec314f77
commit
96d6104951
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ A list is a dynamic, ordered data structed. `[` and `]` are Forth words, so a wh
|
||||||
```
|
```
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
[ 1 'abc' 3 ] 'abc` remove \ removes 'abc' from the list
|
[ 1 'abc' 3 ] 'abc' remove \ removes 'abc' from the list
|
||||||
```
|
```
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
|
|
Loading…
Reference in a new issue