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 ;