git @ Cat's Eye Technologies Funge-98 / 04a03bc
Mardown issue in README Victor Maslov authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
622622 "hello world" "hello "::"world"
623623
624624 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:
629629
630630 "Q",
631631