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
db3c0cd77b
commit
864d446b9f
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ For example:
|
||||||
The `else` part is optional.
|
The `else` part is optional.
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
: abs ( n -- n ) dup 0< if -1 * then ;
|
: abs ( n -- n )
|
||||||
|
dup 0 < if -1 * then ;
|
||||||
|
|
||||||
-10 abs . \ prints 10
|
-10 abs . \ prints 10
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue