Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,4 @@
julia> if 1
println("true")
end
ERROR: type: non-boolean (Int64) used in boolean context

View file

@ -0,0 +1,7 @@
julia> bool(-2:2)
5-element Bool Array:
true
true
false
true
true