se
(sentence) Outputs a list made up of the input objects, removes list's outer brackets (compare with list).
?make "instr_list rl repeat 4 [fd 50 rt 90]
?run (se "cs : instr_list “ht
Note that the underline character between instr and list is obtained by pressing
[SHIFT]0
word
Outputs a word made up of the input words.
?word "sun "shine sunshine
wordp
Outputs TRUE if the input object is a word or a number.
?wordp "hello
TRUE ?wordp []
FALSE
4.10.2ARITHMETIC OPERATIONS
cos
Outputs the cosine of the input number of degrees.
?cos 60 0.5
int
Outputs the integer portion of the input number.
?int 4/3 1
random
Outputs a random
?random 20
sin
Outputs the sine of the input number of degrees.
?sin 30 0.5
AMSTRAD Disc Drive & Interface | Chapter 4.8 |