% arc with endpoints 0/-90 0/45 90/0 0/135

% Begin important stuff

delete all

arc lat 0 lon -90 in lat 0 lon 45 out 32
arc lat 90 lon 0 in lat 0 lon 135 out 32

% End important stuff



% can ignore from here on

txt delete group 108
txt push
txt group 108
txt font 3
txt cent
txt fill off
txt c 100 "orange: (0, -90) --> (0, 45)"
txt c 70 "  blue: (90, 0) --> (0, 135)"
txt fill on
txt c 20 "show arc commands" "www demos: arcs-3b.txt"
txt pop
