diff options
| author | ven <vendethiel@hotmail.fr> | 2015-05-09 23:05:58 +0200 | 
|---|---|---|
| committer | ven <vendethiel@hotmail.fr> | 2015-05-09 23:05:58 +0200 | 
| commit | 483997e4340b84d96f6e14688484d5a6b96c616e (patch) | |
| tree | 25fc89b6ace0d8e86bf3684c7e4265d1f065084e /perl6.html.markdown | |
| parent | 675ddfd99d4a4d533da57b6f51935bcddfd47dc1 (diff) | |
Fix #1094
Diffstat (limited to 'perl6.html.markdown')
| -rw-r--r-- | perl6.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/perl6.html.markdown b/perl6.html.markdown index b2d7d48c..c3626057 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -211,7 +211,7 @@ say $x; #=> 52  # - `if`  # Before talking about `if`, we need to know which values are "Truthy"  #  (represent True), and which are "Falsey" (or "Falsy") -- represent False. -# Only these values are Falsey: (), 0, "0", "", Nil, A type (like `Str` or `Int`), +# Only these values are Falsey: (), 0, "", Nil, A type (like `Str` or `Int`),  #  and of course False itself.  # Every other value is Truthy.  if True { | 
