minor edits
This commit is contained in:
parent
5b8a430d1d
commit
d796b78a6f
12
README.md
12
README.md
|
|
@ -261,12 +261,12 @@ dialect of Joy are defined in terms of these:
|
||||||
|
|
||||||
They could be grouped:
|
They could be grouped:
|
||||||
|
|
||||||
- Combinators (`branch dip i loop`)
|
- Combinators (`branch` `dip` `i` `loop`)
|
||||||
- Stack Chatter (`clear dup pop stack swaack swap`)
|
- Stack Chatter (`clear` `dup` `pop` `stack` `swaack` `swap`)
|
||||||
- List Manipulation (`concat cons first rest`)
|
- List Manipulation (`concat` `cons` `first` `rest`)
|
||||||
- Math (`+ - * / %`)
|
- Math (`+` `-` `*` `/` `%`)
|
||||||
- Comparison (`< > >= <= != <> =`)
|
- Comparison (`<` `>` `>=` `<=` `!=` `<>` `=`)
|
||||||
- Logic (`truthy not`)
|
- Logic (`truthy` `not`)
|
||||||
- Programming (`inscribe`)
|
- Programming (`inscribe`)
|
||||||
|
|
||||||
Some of these could be definitions, but we don't want to be completely
|
Some of these could be definitions, but we don't want to be completely
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue