Paste: mmr

Author: Erich Ocean
Mode: factor
Date: Sun, 9 May 2010 17:30:55
Plain Text |
! do I need the brep on the first line, or should I rely on it already being on the 
! stack since the stack effect requires that?
:: mmr ( brep -- m )
  brep model new swap >>brep
  brep first-model>> f = [ ] [ brep first-model>> >>next-model ] if
  dup brep (>>first-model) ;

Annotation: implementation is correct

Author: Erich Ocean
Mode: text
Date: Sun, 9 May 2010 17:36:31
Plain Text |
"when using locals all inputs are dropped, it's right the way it is in the paste"

New Annotation

Summary:
Author:
Mode:
Body: