"CShort" (Compiled Type)

"CShort"

represents the C short type.

Details

  • "CShort" is a macro that is replaced with a platform-specific concrete type. On most platforms, "CShort" is a macro for "Integer16".

Examples

Basic Examples  (2)

Compile a function that takes a "CShort" as input:

Create a constant with type "CShort":