remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / tools / deploy / shaker / next-methods.factor
blob2bff4075253eaccbc9839a0e0bb63cd6d61a2bf8
1 USING: words ;
2 IN: generic
4 : next-method-quot ( method -- quot ) "next-method-quot" word-prop ;