c-array-dim ( type dim -- type' ) (original) (raw)
c-array-dim ( type dim -- type' )
Inputs
type | an object |
---|---|
dim | an object |
Outputs
type' | an object |
---|
Definition
: c-array-dim ( type dim -- type' )
dup 1 = [ drop ] [ 2array ] if ;
c-array-dim ( type dim -- type' )
Inputs
type | an object |
---|---|
dim | an object |
Outputs
type' | an object |
---|
Definition
: c-array-dim ( type dim -- type' )
dup 1 = [ drop ] [ 2array ] if ;