catseye / Befunge-93

MIRROR of https://codeberg.org/catseye/Befunge-93 : The NEW reference distribution for Befunge-93!
https://catseye.tc/node/Befunge-93
Other
98 stars 9 forks source link

Examples fixes #17

Closed cpressey closed 5 years ago

cpressey commented 5 years ago

This might not be entirely done; it might also be a good idea to make sure every example has a terminating EOL, because I'm pretty sure lots of these example programs don't have one, but that they got omitted at some point unintentionally.

cpressey commented 5 years ago

This will get merged soon. I just wanted to note that contrary to what I suggested in https://github.com/catseye/Befunge-93/pull/17#issue-215568602 I managed to convinced myself at some point that a terminating EOL on a Befunge source is not hugely important -- they differ enough from conventional text files that the rules for conventional text files needn't be universally applied to them. In Befunge-93 an EOL kind-of means, "the following characters will be in the next row of Befunge-space, so reset the program-load-pointer there please"... but if there are no characters following, it's not necessary to say that.