up previous next
CurrentTypes    --    lists all data types


Syntax
CurrentTypes(): LIST of TYPE

Description
This function lists all CoCoA data types.

Example
/**/  CurrentTypes();
[BOOL, ERROR, FUNCTION, ...]