When I load the attached file I get a bus error:
$ ./k repl.k
ngn/k, (c) 2019-2022 ngn, GNU AGPLv3. type \ for more info
\l ngnbee.k
[1] 96954 bus error ./k repl.k
When I don't use repl.k I get something else:
$ ./k
\l ngnbee.k
'eoleof
Cutting and pasting the code into the repl seems to work just fine, though. COMMON.TXT comes from here.
Even if I'm doing something wrong, I'm assuming the bus error is undesirable. It looks like putting a trailing newline fixes the error.
When I load the attached file I get a bus error:
```
$ ./k repl.k
ngn/k, (c) 2019-2022 ngn, GNU AGPLv3. type \ for more info
\l ngnbee.k
[1] 96954 bus error ./k repl.k
```
When I don't use `repl.k` I get something else:
```
$ ./k
\l ngnbee.k
'eoleof
```
Cutting and pasting the code into the repl seems to work just fine, though. `COMMON.TXT` comes from [here](https://www.gutenberg.org/files/3201/files/).
Even if I'm doing something wrong, I'm assuming the bus error is undesirable. It looks like putting a trailing newline fixes the error.