diff options
author | Devine Lu Linvega <[email protected]> | 2020-03-06 06:48:27 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-06 06:48:27 +0900 |
commit | 4ae125fcf8e3479e5729a3aeed9d63a713aead91 (patch) | |
tree | 995ad1fa84aaca4b018ce0277812765bae56a491 | |
parent | 37d669648cbed47b783c985e34dda9e6f05cc929 (diff) | |
parent | b09cbc6c6e1acb179171519c1cb6ef12e3b8f82b (diff) | |
download | Orca-4ae125fcf8e3479e5729a3aeed9d63a713aead91.tar.gz Orca-4ae125fcf8e3479e5729a3aeed9d63a713aead91.zip |
Merge pull request #212 from npisanti/master
fixes TUTORIAL.md golf
-rw-r--r-- | resources/TUTORIAL.md | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/resources/TUTORIAL.md b/resources/TUTORIAL.md index e4d60d5..8b7e526 100644 --- a/resources/TUTORIAL.md +++ b/resources/TUTORIAL.md @@ -127,22 +127,12 @@ H.. CM1 ``` -### Substract - -Will substract `8 - 3`. - -``` -.3Mz -8Ax. -``` - ### Not Null -Will bang if not null. +Will bang if `L` free input is not null. ``` -cYc -J.J -cFc +.L0. +..F0 ``` |