aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlizmat <liz@dijkmat.nl>2015-09-16 21:09:06 +0200
committerlizmat <liz@dijkmat.nl>2015-09-16 21:09:06 +0200
commit030460039417bce304876cbe7d33c3982b830733 (patch)
tree4466bdcada45317f7574edafd4442a69e267667d
parentf5f2ca3a1d741680923041b4093c25ce6d704e3b (diff)
parent3051d54372fd4eaceabe26cf904df236a0211da4 (diff)
Merge pull request #49 from stmuk/master
parcel is now list and keep comma
-rw-r--r--docs/cheatsheet.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cheatsheet.txt b/docs/cheatsheet.txt
index baf51a8..4d5962e 100644
--- a/docs/cheatsheet.txt
+++ b/docs/cheatsheet.txt
@@ -9,7 +9,7 @@ $scalar item list sink whole: @array[] %hash{}
TWIGILS [ ] array
$normal-lexical { } block/hash AUTOMATIC DEREFERENCE
$?compiler-constant < > quotewords &($foo)(1,2) == $foo(1,2)
-$*dynamic-or-global (,) parcel @($foo)[1] == $foo[1]
+$*dynamic-or-global (,) list @($foo)[1] == $foo[1]
$.public-accessor :() signature %($foo){'bar'} == $foo<bar>
$!private-attribute \() capture @(@($foo)[1])[2] == $foo[1][2]
$^positional-param
@@ -29,7 +29,7 @@ x xx TYPES
~ Bool Bit Int Rat FatRat UInt Num Complex int32 complex64 etc.
& Str Cat Blob Char Byte Codepoint Grapheme Buf buf8 buf32 utf8
| ^ IO Mu Any Cool Junction Whatever Match
-sleep abs sin temp Parcel Capture Signature
+sleep abs sin temp List Capture Signature
<=> leg cmp .. but SCOPE DECLARATORS Pair Range Set Bag
~~ > == gt eq === eqv !op my lexical scope KeyHash KeySet KeyBag
&& our package scope Scalar Array Hash Code