aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Proctor <simon.proctor@zoopla.co.uk>2021-02-01 13:17:50 +0000
committerSimon Proctor <simon.proctor@zoopla.co.uk>2021-02-01 13:17:50 +0000
commitebe894828aade717f372f58c8de4af65869786cf (patch)
treedb2a64b14038d9778e338c98a5665857818feb2d
parent60d0ec8c7160cd8b06163b8ea50c59b1df50ce35 (diff)
downloadperlweeklychallenge-club-ebe894828aade717f372f58c8de4af65869786cf.tar.gz
perlweeklychallenge-club-ebe894828aade717f372f58c8de4af65869786cf.tar.bz2
perlweeklychallenge-club-ebe894828aade717f372f58c8de4af65869786cf.zip
Added comments.
-rw-r--r--challenge-098/simon-proctor/raku/ch-1.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-098/simon-proctor/raku/ch-1.raku b/challenge-098/simon-proctor/raku/ch-1.raku
index 6ae13767ff..db223dc415 100644
--- a/challenge-098/simon-proctor/raku/ch-1.raku
+++ b/challenge-098/simon-proctor/raku/ch-1.raku
@@ -13,7 +13,7 @@ unit sub MAIN();
# Note that characters include Uncide ones like £€æßðđŋŧ¶«»¢“”ŋŧ←ħ
# This is cool.
-# Get out filehandle
+# Get our filehandle. $?FILE is the current file so we open a read only handle to it.
my $handle = $?FILE.IO.open( :r );
# Give some opening sprawl