Mardown issue in README
Victor Maslov authored 6 years ago
GitHub committed 6 years ago
622 | 622 | "hello world" "hello "::"world" |
623 | 623 | |
624 | 624 | There is also a `'` "Fetch Character" instruction in Funge-98. This |
625 | pushes the Funge character value of the next encountered cell (position | |
626 | + delta) onto the stack, then adds the delta to the position (like `#`), | |
627 | skipping over the character (in no ticks). For example, the following | |
628 | two snippets perform the same function, printing a Q: | |
625 | pushes the Funge character value of the next encountered cell | |
626 | (position + delta) onto the stack, then adds the delta to the position | |
627 | (like `#`), skipping over the character (in no ticks). For example, | |
628 | the following two snippets perform the same function, printing a Q: | |
629 | 629 | |
630 | 630 | "Q", |
631 | 631 |