Eksempler på brug af Can be abbreviated på Engelsk og deres oversættelser til Dansk
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Official/political
-
Computer
FIND can be abbreviated by"F.
Turnright the turtle to turn an amount of X degrees to the right.turnright can be abbreviated to tr.
SHOW can be abbreviated as"S.
Turnleft commands the turtle to turn an amount of X degrees to the left.turnleft can be abbreviated to tl.
SAVE can be abbreviated as"SA.
Spriteshow makes the turtle visible again after it has been hidden.spriteshow can be abbreviated to ss.
DEFINE can be abbreviated as"DEF.
Penwidth sets the width of the pen(the line width) to an amount of X pixels.penwidth can be abbreviated to pw.
STATUS can be abbreviated as"STA.
Having no clue there is such a thing as Mebi-byte and Mega-byte, and both can be abbreviated as MB.
DEFINE" can be abbreviated as"DEF.
Pencolor sets the color of the pen. pencolor takes an RGB combination as input.pencolor can be abbreviated to pc.
HISTORY can be abbreviated as"HIST.
Canvascolor set the color of the canvas. canvascolor takes an RGB combination as input.canvascolor can be abbreviated to cc.
FIND STEPS can be abbreviated as"FS.
Spritehide hides the turtle. This can be used if the turtle does not fit in your drawing.spritehide can be abbreviated to sh.
CHANGEUSER" can be abbreviated as"CHUS.
Forward moves the turtle forward by the amount of X pixels. When the pen is down the turtle will leave a trail.forward can be abbreviated to fw.
In such cases, the screening procedure can be abbreviated accordingly but usually a more comprehensive consideration will be needed.
Backward moves the turtle backward by the amount of X pixels.When the pen is down the turtle will leave a trail. backward can be abbreviated to bw.
Direction set the turtle's direction to an amount of X degrees counting from zero, and thus is not relative to the turtle's previous direction.direction can be abbreviated to dir.
Pendown presses the pen down on the canvas. When the pen is press down on the canvas a line will be drawn when the turtle moves. See also penup.pendown can be abbreviated to pd.
With the canvassize command you can set the size of the canvas. It takes X and Y as input,where X is the new canvas width in pixels, and Y is the new height of the canvas in pixels. canvassize can be abbreviated to cs.