# a list of all the readonly builtin variables
# one for each line, starting with var name, then the xml (rest of line)

random-xcor <custom-block s="random x position"></custom-block>
random-ycor <custom-block s="random y position"></custom-block>

mouse-xcor <custom-block s="mouse x"></custom-block>
mouse-ycor <custom-block s="mouse y"></custom-block>
mouse-down? <block s="reportMouseDown"></block>
mouse-inside? <custom-block s="mouse in stage?"></custom-block>

dx <custom-block s="dx of 1 step"></custom-block>
dy <custom-block s="dy of 1 step"></custom-block>

black <custom-block s="color %s"><l>black</l></custom-block>
gray <custom-block s="color %s"><l>gray</l></custom-block>
white <custom-block s="color %s"><l>white</l></custom-block>
red <custom-block s="color %s"><l>red</l></custom-block>
orange <custom-block s="color %s"><l>orange</l></custom-block>
brown <custom-block s="color %s"><l>brown</l></custom-block>
yellow <custom-block s="color %s"><l>yellow</l></custom-block>
green <custom-block s="color %s"><l>green</l></custom-block>
lime <custom-block s="color %s"><l>lime</l></custom-block>
turquoise <custom-block s="color %s"><l>turquoise</l></custom-block>
cyan <custom-block s="color %s"><l>cyan</l></custom-block>
sky <custom-block s="color %s"><l>sky</l></custom-block>
blue <custom-block s="color %s"><l>blue</l></custom-block>
violet <custom-block s="color %s"><l>violet</l></custom-block>
magenta <custom-block s="color %s"><l>magenta</l></custom-block>
pink <custom-block s="color %s"><l>pink</l></custom-block>

no-turtles <custom-block s="turtle set %mult%obj"><list></list></custom-block>
nobody <custom-block s="nobody"></custom-block>

self <custom-block s="self"></custom-block>
myself <custom-block s="asker"></custom-block>

hidden? <block s="reportNot"><block s="reportShown"></block></block>

timer <block s="getTimer"></block>

pen-mode <custom-block s="pen mode"></custom-block>
