032-reset-output.M1pp (289B)
1 # A partition can replay macro definitions and runtime text, then discard the 2 # runtime text while retaining the macros. BASE gives its hygiene labels a 3 # disjoint range from every other partition. 4 discard me 5 %macro AGAIN() 6 :@loop 7 jump &@loop 8 %endm 9 %reset-output 100 10 %AGAIN() tail