Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S02] update type object .gist-ification
  • Loading branch information
moritz committed Apr 9, 2012
1 parent d689826 commit 8c10e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-bits.pod
Expand Up @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
Created: 10 Aug 2004

Last Modified: 09 Apr 2012
Version: 252
Version: 253

This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
Expand Down Expand Up @@ -498,7 +498,7 @@ It merely assigns an undefined C<Dog> prototype object to C<$spot>:
my Dog $spot = Dog; # same thing

$spot.defined; # False
say $spot; # "Dog"
say $spot; # "Dog()"

Any type name used as a value is an undefined instance of that type's
prototype object, or I<type object> for short. See S12 for more on that.
Expand Down

0 comments on commit 8c10e33

Please sign in to comment.