-
Notifications
You must be signed in to change notification settings - Fork 0
Types
flofreud edited this page Apr 20, 2013
·
6 revisions
This article is a draft and work in progress. Feel free to comment and discuss on the issue tracker.
Name: long Impl: 64bit signed integer
Name: double Impl: 64bit IEEE 754 floating point
Name: string Impl: array of 16-bit numbers representing characters in unicode scalar value format (like Java String)
Name: basictype[] Impl: array of any basictype (including array)
Name: record Impl: typical struct containing all basic types