Varkon Extended Library
draws a dimension '/'
FLOAT slash_length;
Just a diagonal line, but then the calling module can decide if a slash or arrow should be used.
Code example:
IF arr_slash = 0 THEN
part(#17, slash(slash_len),#15);
part(#18, slash(slash_len),#16);
ELSE
part(#19, arrow(slash_len*0.5),#15);
part(#20, arrow(slash_len*0.5),#16);
ENDIF;