Next: , Previous: , Up: Type related instructions   [Contents][Index]


21.1.24.10 Instruction mktya

Synopsys:

mktya

Given an elements type and an unsigned long denoting a length, build an array type having these features and push it on the stack. If the type array is unbounded then length is PVM_NULL.

Stack: ( TYPE (ULONG|NULL) -- TYPE )