Branch: refs/heads/master Home: https://github.com/perl6/specs
Commit: 669e0ddc867a4e91822ce315aadd5c9d4a011485 https://github.com/perl6/specs/commit/669e0ddc867a4e91822ce315aadd5c9d4a011485 Author: Larry Wall <la...@wall.org> Date: 2011-06-18 (Sat, 18 Jun 2011) Changed paths: M S02-bits.pod M S03-operators.pod M S04-control.pod M S12-objects.pod M S32-setting-library/Basics.pod Log Message: ----------- .Str -> .gist and .Bool -> .truth as appropriate .Str and .Bool are now just the normal types. The primitives used by 'say' and conditionals are now separate methods. So .gist (and gist()) now do the forced-dwimmy human-readable stringification used by 'say', and .truth is the primitive that returns a 0 or 1 to be used internally by conditionals like 'if' and 'while'.