Skip to content

Commit

Permalink
Remove unnecessary ?
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 9, 2018
1 parent 8e1cd01 commit f234b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Main.pm6
Expand Up @@ -24,7 +24,7 @@ my sub MAIN_HELPER($IN-as-ARGSFILES, $retval = 0) {
my $positional := nqp::create(IterationBuffer);
my %named;

while ?@args {
while @args {
my str $passed-value = @args.shift;

# rest considered to be non-parsed
Expand Down

0 comments on commit f234b9a

Please sign in to comment.