|
Revision 8862, 392 bytes
(checked in by iblech, 3 years ago)
|
|
* Usual svn props.
* EOLs at EOFs.
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | Syntax that is not going to change before Perl 6.0 |
|---|
| 2 | ================================================== |
|---|
| 3 | |
|---|
| 4 | I wanted to be able to say to people, "if you write code that uses these |
|---|
| 5 | they're not going to change now", and to be able to write tutorials and docs |
|---|
| 6 | that don't constantly need revision. |
|---|
| 7 | --integral |
|---|
| 8 | |
|---|
| 9 | * given and when |
|---|
| 10 | |
|---|
| 11 | * primary variable sigils |
|---|
| 12 | |
|---|
| 13 | * C-derived bits |
|---|
| 14 | |
|---|
| 15 | * String concatenation (~) |
|---|