factor/basis/tools/deploy/shaker/strip-specialized-arrays.fa...

6 lines
152 B
Factor
Raw Normal View History

IN: specialized-arrays
ERROR: cannot-define-array-in-deployed-app type ;
2015-08-13 06:20:39 -04:00
: define-array-vocab ( type -- ) throw-cannot-define-array-in-deployed-app ;