@verb #602:"glVertex" this none this rxdo #55 @program #602:"glVertex" this none this {s, c, @coords} = args l = length(coords) t = typeof(coords[1]) data = {} if (t == $FLOAT) for x in (coords) data = {@data, @this:float_to_bin(x)} endfor op = {65, 69, 73}[l - 1] else for x in (coords) data = {@data, x / 2 ^ 24 % 256, x / 2 ^ 16 % 256, x / 256 % 256, x % 256} endfor op = {67, 71, 75}[l - 1] endif this:send_glx_render_request(s, c, op, {@data}) "Last modified by manta (#7165) on Sat Apr 15 18:30:06 2000 EDT." "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:06 2002 MDT)." "Last modified by Dax (#789) on Tue May 3 13:34:48 2005 MDT." .