5 lines
137 B
Text
5 lines
137 B
Text
println("Add one to typemax:")
|
|
for t in S
|
|
over = typemax(t) + one(t)
|
|
@printf("%8s → %-25s (%s)\n", t, over, typeof(over))
|
|
end
|