Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
codeblocks cant have links
  • Loading branch information
lichtkind committed May 23, 2012
1 parent d95593e commit 30e9777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tablet-3-variables.txt
Expand Up @@ -147,7 +147,7 @@ prevent autoflattening.
$primes = item @primes; # same thing, more explicit
$primes = 2,; # just 2, first element of the Parcel
@primes = 2; # array with one element
@primes = [2,3,5,7,11,13,17,19,23]; # array with one element ([*LoL*](appendix-g-glossary.html#LOL))
@primes = [2,3,5,7,11,13,17,19,23]; # array with one element (List of Lists)
@dev = {'dan' => 'parrot'}; # array with one element (a hash)
@data = [1..5],[6..10],[11..15]; # Array of Arrays (LoL)
@list = lol @data; # no change
Expand Down

0 comments on commit 30e9777

Please sign in to comment.