RosettaCodeData/Task/Variable-size-Get/Julia/variable-size-get.julia

9 lines
58 B
Plaintext

julia> sizeof(Int8)
1
julia> t = 1
1
julia> sizeof(t)
8