Name

build-array:misc — ordinary primitive

Synopsis

FORTH
BUILD-ARRAY ( n1 n2 ... nX X --- n )(); 
 ;

Description

writes X, n1, ... nX into the dictionary - returns product n1 * n2 * ... * nX