Data Types
- Nil - The nil keyword, a non-value.
- Integer - an integer 64 bit value.
- Numeric - An IEEE 64 bit floating point value.
- Range - a triplet of lower bound, higher bound and step.
- MemBuf - Raw memory buffer, where each location is an unsigned 1, 2, 3, or 4 bytes integer.
- Function - Functions (callable entities).
- String - Mutable sequences of UNICODE characters (but they can be used as byte buffers).
- Array - Mutable sequences of items.
- Dictionary - Mutable ordered set of key/value pairs; the key can be any Falcon item.
- Object - Instances derived from classes or stand-alone classless objects.
- Class - Classes, entities that can create instances.
- Method - Immutable pairs of instances and functions to be applied on them.
Read more about this topic: Falcon (programming Language)
Famous quotes containing the words data and/or types:
“This city is neither a jungle nor the moon.... In long shot: a cosmic smudge, a conglomerate of bleeding energies. Close up, it is a fairly legible printed circuit, a transistorized labyrinth of beastly tracks, a data bank for asthmatic voice-prints.”
—Susan Sontag (b. 1933)
“The American man is a very simple and cheap mechanism. The American woman I find a complicated and expensive one. Contrasts of feminine types are possible. I am not absolutely sure that there is more than one American man.”
—Henry Brooks Adams (18381918)