[REBOL] debugging rebol apps Re:(2)
From: jeff:rebol at: 18-Sep-2000 8:11
Howdy, Michael:> Well, since you asked... > > I have a fairly large application, divided into several > files (modules).. . .> eprint: make object! [ > adv: func [msg-raw [series!]][ if any [testing/adv > testing/all][print > [ "^(tab)ADV: " reduce msg-raw ]]] > dun: func [msg-raw [series!]][ if any [testing/lib > testing/all][print > [ "^(tab)DUNGEON: " reduce msg-raw ]]]Wow, when do we get to see that? (-: -Jeff