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


22.1.24.22 Instruction mktya

Synopsys:

mktya

Given an elements type and a bounder closure, build an array type having these features and push it on the stack. The bounder closure can return either PVM_NULL, or an integer, or an offset as the boundary of the array type.

Stack: ( TYPE BOUNDER -- TYPE )