mirror of
https://github.com/russolsen/sallyforth
synced 2024-11-16 19:48:49 +01:00
Formatting fix.
This commit is contained in:
parent
ca305ff519
commit
ed5ccfd261
1 changed files with 2 additions and 0 deletions
|
@ -73,10 +73,12 @@ sallySh> 10 10 * 1 + p
|
|||
|
||||
To boolean logic:
|
||||
|
||||
```
|
||||
sallySh> true false and p
|
||||
False
|
||||
sallySh> false true or p
|
||||
True
|
||||
```
|
||||
|
||||
To IO:
|
||||
|
||||
|
|
Loading…
Reference in a new issue