Algosim documentation: GetStructType

GetStructType

Returns the registered structure type with a given name.

Syntax

Description

GetStructType(s) returns the structure type named s.

Examples

TDate ≔ GetStructType("Date")
year: 0
month: 0
day: 0
type(ans)
structure type