aboutsummaryrefslogtreecommitdiff
path: root/library/base.slang
blob: dc2c725ed3dfa5ddc2e05826c6cb66fdc86aaf5e (plain)
1
2
3
4
§ abs dup 0 < if -1 * then else ;

§ min ovr ovr < if     pop then swp pop else ;
§ max ovr ovr < if swp pop then     pop else ;