Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix boolean check
pmichaud++ for noticing.
  • Loading branch information
coke committed Dec 11, 2009
1 parent c5072a4 commit 5fd27b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/class/tclstring.pir
@@ -1,3 +1,5 @@
# XXX Once NQP-rx supports vtable overrides, convert to NQP

=head1 TclString

A Tcl-style string
Expand Down Expand Up @@ -49,7 +51,7 @@ Replace default truthiness.
eq check, 'yes', yes
eq check, 'ye', yes
eq check, 'y', yes
eq check, 'o', yes
eq check, 'on', yes

eq check, 'false', no
eq check, 'fals', no
Expand Down

0 comments on commit 5fd27b2

Please sign in to comment.