RosettaCodeData/Task/Boolean-values/Julia/boolean-values-2.julia

8 lines
75 B
Text
Raw Permalink Normal View History

2013-06-05 21:47:54 +00:00
julia> bool(-2:2)
5-element Bool Array:
true
true
false
true
true