Paste: Tabs vocabulary

Author: zimbatm
Mode: factor
Date: Mon, 20 Apr 2009 13:55:12
Plain Text |
USING: macros ;
IN: tabs

! Defines tab as a NOP
! ? Getting: unbalanced branches error ?
MACRO: 	 ( -- )   ;

! word defined with tab prefix, should work ?
: test ( -- )
	"Hello world" print ;

New Annotation

Summary:
Author:
Mode:
Body: