Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ComprosoftCEO committed Apr 16, 2017
1 parent a02a8d5 commit 6b8ad5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Subroutines are useful when you want to reuse sections of code by calling the co
| ------- | ----------- |
| > | Move the Memory Cursor 1 slot right based on the value of the memory cursor |
| < | Move the Memory Cursor 1 slot left based on the value of the digit cursor |
| \"" | Increase the Digit Cursor by 1 digit (Multiply by 10) |
| \'' | Decrease the Digit Cursor by 1 digit (Divide by 10) |
| \" | Increase the Digit Cursor by 1 digit (Multiply by 10) |
| \' | Decrease the Digit Cursor by 1 digit (Divide by 10) |
| \_ | Reset the value of the Memory Cursor and Digit Cursor |
<br />

Expand Down

0 comments on commit 6b8ad5c

Please sign in to comment.