VTech Power Zone Edge User Manual page 37

User manual
Table of Contents

Advertisement

remainder
round
sin
sqrt
sum
3. Word & List Commands
first
last
butfirst
(bf)
butlast
(bl)
word
sentence
(se)
list
firstput
(fput)
lastput
(lput)
4. Logical Commands
and
not
or
5. Other Commands
edit
load
save
open
m n
output an integer which is the remainder of dividing
the first input by the second.
n
output the number rounded to the nearest integer.
n
output the sine of its input.
n
output the square root of its input.
m n
output the result of adding its inputs. SUM expects
two inputs, but will accept more if it and its inputs are
enclosed in parentheses.
n
output the first element of its input.
n
output the last element of its input.
n
output all but the first element of its input
n
output all but the last element of its input
m n
output a word made up of its inputs. WORD expects
two inputs, but will accept more if it and its inputs are
enclosed in parentheses.
m n
output a list made up of its inputs. SENTENCE
expects two inputs, but will accept more if it and its
inputs are enclosed in parentheses.
m n
output a list composed of its inputs. LIST expects
two inputs, but can accept more if it and its inputs
are enclosed in paretheses.
m n
output an object which is created by putting the first
input at the beginning of the second input.
m n
output a new object which is created by placing the
first input at the end of the second input.
m n
accept one or more inputs which must be either TRUE
or FALSE. Output TRUE if inputs true; otherwise,
output FALSE.
n
output TRUE if input false; otherwise, output FALSE.
m n
output FALSE if all of its inputs are false; otherwise,
it outputs TRUE. OR accepts one or more inputs
which must be either TRUE or FALSE.
n
enter the Logo editor and open an edit window.
n
transfers the contents of the file specified by its input
from the disk to the workspace.
n
save the contents of the workspace to a file on the disk.
n
open a device. If the specified file or device does not
exist, OPEN outputs FALSE.
29

Advertisement

Table of Contents
loading

Table of Contents