Sean Niemann

Results 2 issues of Sean Niemann

The addition of range increments was a nice touch, although it does not seem to work with the `..` shorthand. For simple ranges, we can write ```berry for n :...

I've observed that all messages are being directed to stdout. ``` print("@") print(1/0) ``` stdout: ``` @ divzero_error: division by zero stack traceback: string:2: in function main_ ``` stderr: ```...