Re: Debug output functions

2012-07-03 Thread Wouter Verhelst
"nazriel" writes: > Try this - http://dpaste.dzfl.pl/3efd9c1b Yes, that's exactly what I need. Thanks. Looks like I was making it far too difficult for myself :-) -- The volume of a pizza of thickness a and radius z can be described by the following formula: pi zz a

Re: Debug output functions

2012-07-03 Thread Wouter Verhelst
Mike Parker writes: > On 7/3/2012 12:12 PM, Wouter Verhelst wrote: >> >> So, I wanted to create a number of functions that would call write(), >> writef(), writefln(), or writeln() with whatever arguments they were >> given, but only if the user had used a 'enable debugging' command-line >> optio

Re: Debug output functions

2012-07-03 Thread Mike Parker
On 7/3/2012 12:12 PM, Wouter Verhelst wrote: So, I wanted to create a number of functions that would call write(), writef(), writefln(), or writeln() with whatever arguments they were given, but only if the user had used a 'enable debugging' command-line option (or some such). What I first did

Re: Debug output functions

2012-07-02 Thread nazriel
On Tuesday, 3 July 2012 at 03:15:02 UTC, Wouter Verhelst wrote: So, I wanted to create a number of functions that would call write(), writef(), writefln(), or writeln() with whatever arguments they were given, but only if the user had used a 'enable debugging' command-line option (or some su

Re: Debug output functions

2012-07-02 Thread nazriel
On Tuesday, 3 July 2012 at 03:15:02 UTC, Wouter Verhelst wrote: So, I wanted to create a number of functions that would call write(), writef(), writefln(), or writeln() with whatever arguments they were given, but only if the user had used a 'enable debugging' command-line option (or some su