Time for an 2014 update…

This commit is contained in:
Ingy döt Net 2014-01-17 05:32:22 +00:00
parent 372c577f83
commit 09687c4926
2520 changed files with 34227 additions and 7318 deletions

View file

@ -1,8 +1,3 @@
julia> t = true
true
julia> typeof(t)
Bool
julia> if 1
println("true")
end

View file

@ -1,9 +1,3 @@
julia> bool
# methods for generic function bool
bool(x::Bool) at bool.jl:9
bool(x::Number) at bool.jl:10
bool(x::AbstractArray{Bool,N}) at abstractarray.jl:219
bool(x::AbstractArray{T,N}) at abstractarray.jl:220
julia> bool(-2:2)
5-element Bool Array:
true