Skip to content
AbePralle edited this page Mar 1, 2016 · 1 revision

Description

Rogue defines the following 7 primitive types.

Rogue Primitive Java Equivalent C++ Equivalent Literal Values
Real64 double double 3.4, pi
Real32 float float 2.2->Real32
Int64 long long long int 5->Int64
Int32 int int 4
Character char uint16_t 'A', 65->Character
Byte byte unsigned char 255->Byte
Logical boolean bool true, false

Clone this wiki locally