git @ Cat's Eye Technologies Wanda / master eg / mod5.wanda
master

Tree @master (Download .tar.gz)

mod5.wanda @masterraw · history · blame

1
2
3
4
5
6
$
: $ mod5 -> $ 5 - dup sgn cont5 ;
: 1 $ cont5 -> $ mod5 ;
: 0 $ cont5 -> $ pop 0 ;
: -1 $ cont5 -> $ 5 + ;
27 mod5 30 mod5 31 mod5