On 2020-06-07 12:32, ToddAndMargo via perl6-users wrote:
n 2020-06-07 02:32, Peter Pentchev wrote:BEGIN { $path = 'lib1'.IO.d ?? 'lib1' !! 'lib2'; }Does the final "}" close the BEGIN?
Hi Peter,
I am so use to
BEGIN
...
END
In other languages, that I had to ask. Modula2
is especially a BEGIN and END user.
I do adore the way Raku cleans up the unnesseary
verbage.
But I still do catch myself saying "DO" when I
type "{" and "END" when I type "}"
:'(
-T
