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

8 lines
75 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
julia> bool(-2:2)
5-element Bool Array:
true
true
false
true
true