draw_line

protocol:

function

parameters:

int   x1
int   y1
int   x2
int   y2
int   colour

result:

none

description:

Draw a line starting at x1,y1 and ending at x2,y2 using specified colour

example:

draw_line( x1,  y1,  x2,  y2,  colour )