Skip to main content

43 docs tagged with "constant"

View all tags
Docs

arrow

Equivalent to the number 29.

backslash

Equivalent to the \ character (ASCII 92).

busy

Equivalent to the number 6.

colon

Equivalent to the : character (ASCII 58).

comma

Equivalent to the , character (ASCII 44).

CRLF

Equivalent to a carriage return (ASCII 13, Control-M) followed by a line feed (ASCII 10, Control-J).

cross

Equivalent to the number 7.

done

Equivalent to the string "done".

down

Equivalent to the string "down".

eight

Equivalent to the number 8.

empty

Equivalent to nothing, the empty string "".

EOF

Equivalent to the EOT character (ASCII 4, Control-D).

false

Equivalent to the string "false".

five

Equivalent to the number 5.

formfeed

Equivalent to the form feed character (ASCII 12, Control-L).

four

Equivalent to the number 4.

hand

Equivalent to the number 28.

help

Equivalent to the number 15.

iBeam

Equivalent to the number 9.

infinity

The floating point value representing positive infinity

left

Equivalent to the string "left".

nine

Equivalent to the number 9.

nothing

The value used to indicate a variable which has not been explicitly assigned a value

null

Equivalent to the null character (ASCII zero).

one

Equivalent to the number 1.

pi

Equal to the ratio of a circle's circumference to its diameter.

plus

Equivalent to the number 13.

quote

Equivalent to the double quote character " (ASCII 34).

return

Equivalent to the line feed character (ASCII 10, Control-J).

right

Equivalent to the string "right".

seven

Equivalent to the number 7.

six

Equivalent to the number 6.

slash

Equivalent to the / character (ASCII 47).

space

Equivalent to the space character (ASCII 32).

tab

Equivalent to the tab character (ASCII 9, Control-I).

ten

Equivalent to the number 10.

three

Equivalent to the number 3.

true

Equivalent to the string "true".

two

Equivalent to the number 2.

up

Equivalent to the string "up".

watch

Equivalent to the number 14.

zero

Equivalent to the number 0.