Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Parcel Bool, Str, Numeric
  • Loading branch information
sorear committed Mar 4, 2011
1 parent dafccd8 commit 32795f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/CORE.setting
Expand Up @@ -503,6 +503,10 @@ my class Parcel is Cool {
}
}
method Numeric() { + @(self) }
method Str () { ~ @(self) }
method Bool () { ? @(self) }
method LISTSTORE(*@in) {
my @values = @in;
Expand Down

0 comments on commit 32795f3

Please sign in to comment.