Skip to content

Commit

Permalink
[rakudo]:
Browse files Browse the repository at this point in the history
* A different version of sleep.


git-svn-id: http://svn.perl.org/parrot/trunk/languages/perl6@28186 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
pmichaud committed Jun 8, 2008
1 parent a5ba489 commit 380711c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/builtins/control.pir
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ to coordinate with entire async model. -law]

=cut

.sub 'prefix:sleep'
.sub 'sleep'
.param num a
sleep a
.end
Expand Down
2 changes: 1 addition & 1 deletion src/parser/grammar-oper.pg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ proto prefix:<abs> is equiv(prefix:<rand>)
{ ... }
proto prefix:<pop> is equiv(prefix:<rand>) is subname('pop') { ... }
proto prefix:<shift> is equiv(prefix:<rand>) is subname('shift') { ... }
proto prefix:<sleep> is equiv(prefix:<rand>) { ... }
proto prefix:<sleep> is equiv(prefix:<rand>) is subname('sleep') { ... }

## nonchaining
proto infix:<..> is precedence('n=') { ... }
Expand Down

0 comments on commit 380711c

Please sign in to comment.