Skip to content

Commit

Permalink
More xtest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 23, 2018
1 parent 936dd07 commit ac4fe91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -1165,7 +1165,7 @@ X<|%*ENV>X<|$*REPO>X<|$*TZ>
X<|$*CWD>X<|$*KERNEL>X<|$*DISTRO>X<|$*VM>X<|$*PERL>X<|$*PID>X<|$*PROGRAM-NAME>
X<|$*PROGRAM>X<|$*EXECUTABLE>X<|$*EXECUTABLE-NAME>X<|$*USER>X<|$*GROUP>
X<|$*HOME>X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
=head3 Runtime Enviroment
=head3 Runtime Environment
=item C<%*ENV>
Environment variables;
Expand Down
3 changes: 2 additions & 1 deletion doc/Type/Iterator.pod6
Expand Up @@ -121,7 +121,8 @@ a simplistic subroutine re-implementation of the C<for> loop.
for( Seq.new(CountDown.new), &say ); # OUTPUT: «10␤9␤8␤7␤6␤5␤4␤3␤2␤1␤lift off␤»
It would be more idiomatic to use C<while> or C<until>, and a sigiless variable.
It would be more idiomatic to use C<while> or C<until>, and a sigil-less
variable.
=begin code :preamble<my $iterator = ().iterator; my &do = &say>
until IterationEnd =:= (my \pulled = $iterator.pull-one) {
Expand Down
1 change: 1 addition & 0 deletions xt/code.pws
Expand Up @@ -374,6 +374,7 @@ shortname
skippingarray
sl
sleepsorter
sliceable
sockaddr
socklen
socktype
Expand Down

0 comments on commit ac4fe91

Please sign in to comment.