"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
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
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
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
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