FiM++ Wiki
Advertisement

A literal is a value that is hard-coded into a source file. These are, more often than not, initial values of variables.

Types[]

Null[]

Icon Info
Mane article: Null


A null value can have only one value, and represents that a slot in memory has no usable value.

Boolean[]

Icon Info
Mane article: Boolean


A Boolean value represents one of two values.

Number[]

Icon Info
Mane article: Number


A number is a representation of any real number.

Character[]

Icon Info
Mane article: Character


A character represents any one of the 65535 UTF-8 characters.

String[]

Icon Info
Mane article: String


"String" is the term used for an array of characters representing plaintext, such as a word or sentence.

See Also[]

Advertisement