Skip to content

Instantly share code, notes, and snippets.

@ivand58
Last active December 28, 2017 18:44
Show Gist options
  • Save ivand58/e283b98b6ae43fad9997b96400c16425 to your computer and use it in GitHub Desktop.
Save ivand58/e283b98b6ae43fad9997b96400c16425 to your computer and use it in GitHub Desktop.
Forth
: between (x a b -- flag )
-rot over
<=
-rot >=
and
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment