On 2020-05-17 02:30, Peter Pentchev wrote:
You said that you would tack Bool at the end in "if" statements, too.

Hi Peter,

No wonder.  I do not remember saying that, but I could
have.  My `if` statements look like:

   if not  "%Options<Path>".IO.d.Bool  {
      say "Creating %Options<Path>";
      mkdir( %Options<Path>", 0o777 );
   }

I definitely do not tack .Bool onto the end
of my `if` statements.

Thank you for your patience!

-T

Reply via email to