From professional translators, enterprises, web pages and freely available translation repositories.
pencolour r,g,b
penkleur r,g,b
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
two commands need an rgb combination as input: these commands are canvascolour and pencolour.
er zijn twee commando's die om een rgb-combinatie als invoer vragen. deze commando's zijn canvaskleur en penkleur.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
pencolour sets the colour of the pen. pencolour takes an rgb combination as input. pencolour can be abbreviated to pc.
penkleur bepaalt de kleur van de pen. penkleur vraagt om een rgb-combinatie (drie getallen tussen 0 en 256) als invoer. penkleur kun je afkorten met pk.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
canvassize 200,200 canvascolour 0,0,0 pencolour 255,0,0 penwidth 5 clear go 20,20 direction 135 forward 200 turnleft 135 forward 100 turnleft 135 forward 141 turnleft 135 forward 100 turnleft 45 go 40, 100
canvasmaat 200,200 canvaskleur 0,0,0 penkleur 255,0,0 pendikte 5 schoon ganaar 20,20 richting 135 vooruit 200 draailinks 135 vooruit 100 draailinks 135 vooruit 141 draailinks 135 vooruit 100 draailinks 45 ganaar 40, 100
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
some examples of commands that only take input are: forward 50 pencolour 255,0,0 print "hello!" the forward command takes 50 as input. forward needs this input to know how many pixels it should go forward. pencolor takes a colour as input and print takes a string (a piece of text) as input. please note that the input can also be a container. the next example illustrates this:
enkele voorbeelden van commando's die alleen invoer vragen zijn: vooruit 50 penkleur 255,0,0 schrijf "hallo!" het commando vooruit heeft 50 als invoer. vooruit heeft deze invoer nodig om te weten hoeveel pixels de schildpad vooruit moet lopen. penkleur heeft een kleur als invoer en schrijf heeft een tekenreeks (tekst) als invoer. onthoudt dat de invoer ook een plaatshouder mag zijn. in het volgende voorbeeld wordt zo'n plaatshouder gebruikt:
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
Warning: Contains invisible HTML formatting