5 lines
105 B
Text
5 lines
105 B
Text
|
|
julia> if 1
|
||
|
|
println("true")
|
||
|
|
end
|
||
|
|
ERROR: type: non-boolean (Int64) used in boolean context
|