--- gforth/prim 2011/12/02 22:06:13 1.262 +++ gforth/prim 2011/12/19 19:43:29 1.263 @@ -1103,6 +1103,22 @@ lshift ( u1 n -- u2 ) core l_shift : 0 ?DO 2* LOOP ; +umax ( u1 u2 -- u ) core +if (u1 IF swap THEN drop ; + \g compare \ comparisons(prefix, args, prefix, arg1, arg2, wordsets...)