index
:
slam-interpreter.git
main
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
modulo.sample
blob: 235d1355100c0b727961a1ed408e0a372657c5fe (
plain
)
1
2
3
4
5
10 $idx ! [ $idx @ dup 0 gt? ] [ 2 mod 0 eq? . $idx @ 1 - $idx ! ] loop drop