bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bc --debug-level=1


From: Dan Jacobson
Subject: bc --debug-level=1
Date: 30 Sep 2001 04:50:01 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Bc seems to lack a "sh -x" feature, whereas we could see some of the
steps it is doing along the way, e.g., currently:
$ echo 't=365*30;t+1'|bc
10951
whereas it would be neat if one could do
$ echo 't=365*30;t+1'|bc --debug-level=1
365*30 == 10950
t = 10950
t + 1 == 10951
print(10951)
or something like that
By the way, the bc 1.04 man page still has your prep.MIT address
-- 
http://www.geocities.com/jidanni Tel+886-4-25854780



reply via email to

[Prev in Thread] Current Thread [Next in Thread]