view 1-Ruby/truthiness-ruby.output @ 32:4d3769ac447c

Add notes and code on methods in Io
author IBBoard <dev@ibboard.co.uk>
date Wed, 06 Sep 2017 18:55:02 +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