VTech Power Zone Edge User Manual page 36

User manual
Table of Contents

Advertisement

clearscreen
(cs)
xcor
ycor
heading
turtlestate
(ts)
wrap
window
fence
2. Mathematics Commands
abs
arctan
cos
expn
int
log
log10
product
quotient
random
erase the graphics screen, returns the turtle to the centre
of the screen, and sets the turtle's heading to
0. CLEARSCREEN does not affect the pen state or
screen colours.
output the X coordinate of the turtle.
output the Y coordinate of the turtle.
output the turtle's degree.
output 4 turtle properties:
pen down?
turtle visible?
background colour
pen colour
make the turtle remain inside the graphics window
no matter how large a movement command is given.
Any time the turtle moves off the window borders, it
wraps around the window and reappears on the opposite
edge.
remove the boundaries from the turtle's field of movement.
If the turtle moves beyond the borders of the graphics
window, it continues to move, but cannot be seen.
prevent the turtle from moving beyond the edge of
the graphics window. If you try to move the turtle off
the window, it does not move and Logo displays a
message.
n
output the absolute value of its input.
n
output the arctangent of its input.
n
output the cosine of its input.
n
calculate the natural base e (2.71828. . .) raised to
the power specified by its input.
n
output the integer portion of its input by removing
the decimal portion, if any. No rounding occurs.
n
output the natural logarithm of its input.
n
output the base 10 logarithm of its input.
m n
output the product of its inputs. PRODUCT expects
two inputs, but will accept more if it and all its inputs
are enclosed in parentheses.
m n
output the result of dividing the first input by the second
input.
n
output a randomly selected number from 1 through
its input.
28

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Power Zone Edge and is the answer not in the manual?

Table of Contents