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