[REBOL] debugging rebol apps Re:(3)
From: jelinem1:nationwide at: 18-Sep-2000 13:18
Heheh, when it works. :D
- Michael Jelinek
[jeff--rebol--net] on 09/18/2000 10:11:18 AM
From: [jeff--rebol--net] on 09/18/2000 10:11 AM
Please respond to [list--rebol--com]
To: [list--rebol--com]
cc:
Subject: [REBOL] debugging rebol apps Re:(2)
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