On 2020-06-07 13:53, Peter Pentchev wrote:
$path = 'lib1'.IO.d ?? 'lib1' !! 'lib2';
Got it! Thank you!
I am not seeing the above enter the proper syntax:
'lib1', 'lib2' etc.
Where is the comma? How are the single quotes entered?
-T
ToddAndMargo via perl6-users Sun, 07 Jun 2020 13:58:19 -0700
On 2020-06-07 13:53, Peter Pentchev wrote:
$path = 'lib1'.IO.d ?? 'lib1' !! 'lib2';
Got it! Thank you!
I am not seeing the above enter the proper syntax:
'lib1', 'lib2' etc.
Where is the comma? How are the single quotes entered?
-T