Skip to content

Add Meta Expression

IsaacShelton edited this page Mar 21, 2022 · 1 revision

+ Meta Expression

Adds or concatenates two transcendent values

12345 + 3.14159

This table shows the resulting type for adding two transcendent values

(A + B) A = Integer Value A = Floating Point Value A = String Value
B = Integer Value Integer Floating Point String
B = Floating Point Value Floating Point Floating Point String
B = String Value Integer Floating Point String

See meta expressions for more meta expressions

Clone this wiki locally