Skip to content
flofreud edited this page Apr 20, 2013 · 6 revisions

Document Status: Draft / Work in Progress

This article is a draft and work in progress. Feel free to comment and discuss on the issue tracker.

Types

UML Types hierarchy

num

Name: long Impl: 64bit signed integer

real

Name: double Impl: 64bit IEEE 754 floating point

string

Name: string Impl: array of 16-bit numbers representing characters in unicode scalar value format (like Java String)

array

Name: basictype[] Impl: array of any basictype (including array)

record

Name: record Impl: typical struct containing all basic types

Clone this wiki locally