From 3051d54372fd4eaceabe26cf904df236a0211da4 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Wed, 16 Sep 2015 17:24:48 +0100 Subject: parcel is now list and keep comma --- docs/cheatsheet.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/cheatsheet.txt') 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 $!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 -- cgit v1.1