4 lines
110 B
Text
4 lines
110 B
Text
for obj in (Int, 1, 1:10, collect(1:10), now())
|
|
println("\nObject: $obj\nDescription:")
|
|
dump(obj)
|
|
end
|