Of

Specifies the element type of a Sequence

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Specifies the element type of a Sequence

Technical Exegesis...

Specifies the element type of a Sequence. Part of the 'Sequence Of Type' declaration syntax. The type that follows 'Of' fixes what the Sequence can hold - a primitive (Int, Double, String) or a user-defined Type. Each Sequence holds a single element type; adding a value of a different type is a compile-time error.

Example

Example.bam
; No example implemented yet