Improve lang readmes, add readme to file gen
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
# Befunge-93
|
||||
|
||||
- Interactive input is not supported yet, so currenty division-by-zero throws a runtime error.
|
||||
## References
|
||||
|
||||
- Esolangs wiki: https://esolangs.org/wiki/Befunge
|
||||
|
||||
## Implementation details
|
||||
|
||||
- Interactive input is not supported yet, so currently division-by-zero throws a runtime error.
|
||||
- `g` and `p` calls that access coordinates outside of the 80x25 grid result in a runtime error.
|
||||
|
Reference in New Issue
Block a user