Mercurial > repos > other > SevenLanguagesInSevenWeeks
view 1-Ruby/truthiness-ruby.output @ 78:75dbcd30dee5
Add final exercise code from Erlang
It works, but it never made much sense because there was too
much magic
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 01 Jun 2019 20:10:37 +0100 |
parents | e0a92558400f |
children |
line wrap: on
line source
Val 'true' is truthy Val 'false' is falsy Val '1' is truthy Val '0' is truthy Val '-1' is truthy Val 'some string' is truthy Val '' is truthy Val nil is falsy