Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
slight tweaks to docs/announce.v3
  • Loading branch information
diakopter committed Feb 23, 2011
1 parent 2a38770 commit 7016f56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/announce.v3
Expand Up @@ -15,8 +15,8 @@ better" perspective.
Niecza is a Perl 6 compiler project studying questions about the
efficient implementability of Perl 6 features. It currently targets
the Common Language Runtime; both Mono and Microsoft .NET are known to
work. Cygwin is required for source builds only; see the README for
details.
work. On Windows, Cygwin is required for source builds only; see the
README for details.

List of changes

Expand Down Expand Up @@ -67,7 +67,7 @@ Minor stuff:
* Sigilled constants behave in a slightly more useful way.
* %() can now turn a list of pairs into a hash.
* qw[] et al are now parsed correctly.
* return now takes multiple arguemnts (and handles them like Rakudo does)
* return now takes multiple arguments (and handles them like Rakudo does)
* ++ and -- are polymorphic using .succ and .pred.
* Any.join defaults separator to ""
* ucfirst and lcfirst have been added
Expand Down

0 comments on commit 7016f56

Please sign in to comment.