16. gt

gt is a greater-than test operation a > b.

<<ugens-top>>=
(define (gt a b)
  (param a)
  (param b)
  (rvl "gt"))



prev | home | next