User`s manual

30
int output the integer portion of its input by
removing the decimal portion, if any. No
rounding occurs.
log output the natural logarithm of its input.
log10 output the base 10 logarithm of its input.
product output the product of its inputs.
quotient output the result of dividing the first input
by the second input.
random output a randomly selected number from
1 through its input.
remainder output an integer which is the remainder
of dividing the first input by the second.
round output the number rounded to the nearest
integer.
sin output the sine of its input.
sqrt output the square root of its input.
sum output the result of adding its inputs.
3. Word & List instruction
first output the first element of its input.
last output the last element of its input.
butfirst (bf))butfirst output all but the first element of its input
butlast (bl) output all but the last element of its input
word output a word made up of its inputs.
sentence (se) output a list made up of its inputs.
list output a list composed of its inputs.
firstput (fput) output an object which is created by
putting the first input at the beginning of
the second input.
lastput (lput) output a new object which is created by
placing the first input at the end of the
second input.
Untitled-3 10/16/01, 2:37 PM30