Torna all'elenco delle lezioni Categorie di parole

di Daniele Forsi versione 2.1 del 14 gennaio 2000

Indice

Categorie di parole
Matematica
Confronto
Aiuto
Tipi di dato
Valutazione
Cicli
Logica
Serie
Comunicazione
Conversione
Altro

Categorie di parole [Indice di questa lezione]

Le tabelle seguenti riportano tutte le parole definite nella versione 2.1 di REBOL, suddivise per categorie. Questa è solo una delle possibili suddivisioni.

Matematica [Indice di questa lezione]

*
**
+
-
/
//
abs
absolute
add
arccosine
arcsine
arctangent
cosine
divide
even?
exp
log-10
log-2
log-e
max
maximum
min
minimum
multiply
negate
negative?
odd?
positive?
power
random
remainder
sine
square-root
subtract
tangent
zero?

Confronto [Indice di questa lezione]

<
<=
<>
=
==
=?
>
>=
equal?
greater-or-equal?
greater?
lesser-or-equal?
lesser?
not-equal?
same?
strict-equal?
strict-not-equal?
value?

Aiuto [Indice di questa lezione]

?
about
help
license
source
trace
upgrade
usage
what

Tipi di dato [Indice di questa lezione]

action?
any-block?
any-function?
any-string?
any-type?
any-word?
binary?
bitset?
block?
char?
datatype?
date?
decimal?
dir?
email?
error?
file?
function?
get-word?
hash?
integer?
issue?
list?
lit-word?
logic?
money?
native?
none?
number?
object?
op?
paren?
path?
port?
refinement?
series?
set-path?
set-word?
string?
symbol?
tag?
time?
tuple?
type?
unset?
url?
word?

Valutazione [Indice di questa lezione]

all
any
alias
bind
comment
compose
do
do-boot
either
else
func
function
get
halt
in
set
unset
use

Cicli [Indice di questa lezione]

break
catch
disarm
exit
for
forall
foreach
forskip
if
loop
q
quit
repeat
return
switch
throw
throw-on-error
try
until
while

Logica [Indice di questa lezione]

and
and~
complement
found?
not
or
or~
xor
xor~

Serie [Indice di questa lezione]

append
at
back
change
clear
fifth
find
first
fourth
head
head?
index?
insert
last
length?
next
pick
poke
remove
second
select
skip
sort
tail
tail?
third

Comunicazione [Indice di questa lezione]

ask
change-dir
clean-path
close
confirm
delete
echo
exists?
import-email
info?
input
input?
list-dir
load
make-dir
modified?
net-error
open
prin
print
probe
query
read
read-io
rename
resend
save
script?
send
set-net
set-user
size?
split-path
update
wait
what-dir
write
write-io

Conversione [Indice di questa lezione]

to-binary
to-bitset
to-block
to-char
to-date
to-decimal
to-email
to-file
to-get-word
to-hash
to-hex
to-idate
to-integer
to-issue
to-list
to-lit-word
to-logic
to-money
to-none
to-paren
to-path
to-refinement
to-set-path
to-set-word
to-string
to-tag
to-time
to-tuple
to-url
to-word

Altro [Indice di questa lezione]

array
charset
checksum
compress
copy
cp
cvs-date
cvs-version
debase
decode-cgi
decode-cgi-query
decompress
dehex
detab
enbase
entab
form
intersect
join
lowercase
make
mold
now
parse
parse-email-addrs
parse-header
parse-header-date
parse-xml
protect
recycle
reduce
reform
rejoin
remold
secure
trim
union
uppercase

Per commenti su questa pagina o se vuoi collaborare scrivi a Daniele Forsi