Previous: , Up: Array instructions   [Contents][Index]


21.1.20.7 Instruction asettb

Synopsys:

asettb

Given an array ARR and a closure BOUND, set the later as the array’s bounder function. This is a function that, once executed with no arguments, returns the size of the array.

Stack: ( ARR BOUND -- ARR )