easyforth icon indicating copy to clipboard operation
easyforth copied to clipboard

Learn Forth!

Results 10 easyforth issues
Sort by recently updated
recently updated
newest added

Hello! I was wondering what the license is for this project? I ported the snake game to run under a terminal in GForth, and currently the license is set to...

Begin Until stops looping when the value on top of the stack is true. The explanation in the tutorial makes it seem as though the loop stops when the value...

I love this tutorial! One thing I noticed was that my first variable's memory location is 1577 rather than 1000.

Variable memory address starts at 1577, but tutorial says it should be 1000. This occurs when I go through this tutorial in Firefox 72.0.1-1.

The first line is the equivalent of `3 < 4 & 20 < 30` in a C-based language. The second line is the equivalent of `3 < 4 | 20...

It would be nice to see what words are available and how words are defined.

Something like this would be nice for newbies. Especially the stack display. http://personal.inet.fi/koti/egaga/jsfactor/playground.html

That's what I got entering `1` in the first interpreter box. Actually I tried copy-pasting more code below, but got the same `dict.find is not a function` in every other...

Fixes the demo input for `over`

fizz buzz little change to make it more comprehensive. invert should not be part of "fizz-buzz?" word, it is part of the logic of "do-fizz-buzz".