DennisMitchell / jellylanguage

Jelly is a recreational programming language inspired by J.
MIT License
860 stars 47 forks source link

Floating point division error #34

Closed Coder31415926 closed 7 years ago

Coder31415926 commented 7 years ago

Floating point division ÷ does not assume a 2nd value from the input as it should. But is shown here

DennisMitchell commented 7 years ago

Jelly takes implicit input only from command-line arguments.

Coder31415926 commented 7 years ago

Ah. That makes sense. Closing