for if import include slide edeck edef efor eif else canvas content dump grid ruler acircle arc circle curve ellipse hline line dline pill polygon polyline rect rrect square star vline name args... x=begin end [increment] condition...[else]...eif "file" "file" [bgcolor] [fgcolor] width height "scheme://file" [name] "file" x y hspace vspace edge [increment] [color] x y w [color] [opacity] x y w h a1 a2 [lw] [color] [opacity] x y w [color] [opacity] bx by cx cy ex ey [lw] [color] [opacity] x y w h [color] [opacity] x y w [lw] [color] [opacity] x1 y1 x2 y2 [lw] [color] [opacity] x1 y1 x2 y2 [lw] [gap] [color] [opacity] x y w h [color] "x1 x2 x3...." "y1 y2 y3..." [color] [opacity] "x1 x2 x3...." "y1 y2 y3..." [lw] [color] [opacity] x y w h [color] [opacity] x y w h r [color] [opacity] x y w [color] [opacity] x y sides inner outer [color] [opacity] x y h [lw] [color] [opacity] Begin a deck; end with "edeck" Define a function; end with "edef" Begin loop; end with "efor" Conditional; one of: a==b, a!=b, a>b, a<b, a>=b, a<=b, a<>b c import function found in a file Include the contents of a file Begin a slide; end with "eslide" End the deck End the definition End the for loop End the conditional Begin the else clause Define with dimensions of the canvas Embed content Dump variables Define a content grid draw a (x,y) ruler Circle with size based on area Ellipical arc centered at (x,y), dimensions (w,h) between angles a1 and a2 Circle centered at (x,y), diameter w Quadradic Bezier Curve begin (bx,by), control (cx, cy), end (ex,ey) Ellipse centered at (x,y), dimension (w,h) Horizontal line begin at (x,y), length w Line between (x1,y1) and (x2,y2) Dotted line between (x1,y1) and (x2,y2), size lw Pill shape beginning at (x,y), dimensions (w,h) Polygon with specified x, y coordinates Polyline with specified x, y coordinates Rectangle centered at (x,y), dimensions (w,h) Rounded rectangle centered at (x,y), dimensions (w,h), corner radius r Square centered at (x,y), size w Star centered at (x,y), with sides, innner and outer sizes Vertical line beginning at (x,y), h high