index
:
slam-interpreter.git
main
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
conditional.sample
blob: fb67d669922b3163f4361171e8eed57e7dfca6bb (
plain
)
1
2
3
4
5
6
7
define eq10? 10 eq? [ true ] [ false ] cond ; 10 eq10? . 5 eq10? .