Reference — pencilcode.net

Movement

fd 50forward 50 pixels
bk 10backward 10 pixels
rt 90turn right 90 degrees
lt 120turn left 120 degrees
rt 90, 50do a 90° arc of radius 50
home()go to the page center
slide x, yslide right x and forward y
moveto x, ygo to x, y relative to home
turnto 45set direction to 45 (NE)
turnto objpoint toward obj
speed 30do 30 moves per second

Appearance

hide()hide the turtle
show()show the turtle
scale 8do everything 8x bigger
wear yellowwear a yellow shell
fadeOut()fade and hide the turtle
remove()totally remove the turtle

Output

see objdebug the value of obj
write 'hello'writes a line of HTML
p = write 'hm'saves an HTML element
p.html 'done'changes old text
append 'ok'text without a new line
button 'go',
-> fd 10
adds a button with
an action
read (n) ->
write n*n
adds a text input with
an action
t = table 3,5adds a 3x5 <table>
t.cell(0, 0).
text 'aloha'
selects the first cell of the
table and sets its text
ct()clear text

Drawing

pen bluedraw in blue
pen red, 99 pixel wide red pen
pen nulluse no color
pen offpause use of the pen
pen onuse the pen again
label 'X'draw the letter X
dot greendraw a green dot
dot gold, 3030 pixel gold circle
pen pathtrace an invisible path
fill cyanfill traced path in cyan
cg()clear graphics

Properties

turtlename of the main turtle
getxy()[x, y] position relative to home
direction()direction of turtle
hidden()if the turtle is hidden
touches(obj)if the turtle touches obj
inside(window) if enclosed in the window

Sets

g = hatch 20hatch 20 new turtles
g = $('img')select all <img> as a set
g.plan (j) ->
  @fd j * 10
direct the jth turtle to go
forward by 10j pixels

Other Functions

forever 5, -> fd 8go 5 times per second
click -> fd 10go when clicked
random [3,5,7]return 3, 5, or 7
random 100random [0..99]
play 'ceg'play musical notes
$(window)the visible window
$('p').eq(0)the first <p> element
$('#zed')the element with id="zed"

Colors

whitegainsborosilverdarkgraygraydimgrayblack
whitesmokelightgraylightcoralrosybrownindianredredmaroon
snowmistyrosesalmonorangeredchocolatebrowndarkred
seashellpeachpufftomatodarkorangeperufirebrickolive
linenbisquedarksalmonorangegoldenrodsiennadarkolivegreen
oldlaceantiquewhitecoralgoldlimegreensaddlebrowndarkgreen
floralwhitenavajowhitelightsalmondarkkhakilimedarkgoldenrodgreen
cornsilkblanchedalmondsandybrownyellowmediumseagreenolivedrabforestgreen
ivorypapayawhipburlywoodyellowgreenspringgreenseagreendarkslategray
beigemoccasintanchartreusemediumspringgreenlightseagreenteal
lightyellowwheatkhakilawngreenaquadarkturquoisedarkcyan
lightgoldenrodyellowlemonchiffongreenyellowdarkseagreencyandeepskybluemidnightblue
honeydewpalegoldenrodlightgreenmediumaquamarinecadetbluesteelbluenavy
mintcreampalegreenskyblueturquoisedodgerbluebluedarkblue
azureaquamarinelightskybluemediumturquoiselightslategraybluevioletmediumblue
lightcyanpaleturquoiselightsteelbluecornflowerblueslategraydarkorchiddarkslateblue
alicebluepowderbluethistlemediumslateblueroyalbluefuchsiaindigo
ghostwhitelightblueplummediumpurpleslatebluemagentadarkviolet
lavenderpinkvioletorchidmediumorchidmediumvioletredpurple
lavenderblushlightpinkhotpinkpalevioletreddeeppinkcrimsondarkmagenta