(effect-here) ( inner-d old-meta-d-length old-input-count -- effect )


Vocabulary
stack-checker.row-polymorphism

Inputs
inner-dan object
old-meta-d-lengthan object
old-input-countan object


Outputs
effectan object


Definition


:: (effect-here)
( inner-d old-meta-d-length old-input-count -- effect )
old-meta-d-length inner-d -
input-count get old-input-count - + terminated? get
[ [ 0 ] [ meta-d length inner-d - ] if [ "x" <array> ] bi@ ]
keep <terminated-effect> ; inline