aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorneauoire <[email protected]>2019-11-24 15:58:04 -0500
committerneauoire <[email protected]>2019-11-24 15:58:04 -0500
commit4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a (patch)
treec88df89e909bc69629fec5d6d5c76ab70104762e /README.md
parent3e661692b1d83913b1d78d7ab49a0c000d4cc0c5 (diff)
downloadOrca-4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a.tar.gz
Orca-4fd9ad72aafbb3f0c71139fd36ae421f1d8f352a.zip
Breaking changes to BFL
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a7d7e7..533f9f4 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ npm start
To display the list of operators inside of Orca, use `CmdOrCtrl+G`.
- `A` **add**(*a* b): Outputs sum of inputs.
-- `B` **bounce**(*rate* mod): Outputs values between inputs.
+- `B` **bounce**(*a* b): Outputs difference of inputs.
- `C` **clock**(*rate* mod): Outputs modulo of frame.
- `D` **delay**(*rate* mod): Bangs on modulo of frame.
- `E` **east**: Moves eastward, or bangs.
@@ -40,7 +40,7 @@ To display the list of operators inside of Orca, use `CmdOrCtrl+G`.
- `I` **increment**(*step* mod): Increments southward operand.
- `J` **jumper**(*val*): Outputs northward operand.
- `K` **konkat**(*len*): Reads multiple variables.
-- `L` **loop**(*step* *len* val): Moves eastward operands.
+- `L` **less**(*a* *b*): Outputs smallest of inputs.
- `M` **multiply**(*a* b): Outputs product of inputs.
- `N` **north**: Moves Northward, or bangs.
- `O` **read**(*x* *y* read): Reads operand with offset.