4.4 Defaults
[Beginning omitted: <<3.14>> isn't even legal syntax.]
The default Size depends on the type. For integer it is 8. For float it is 64. For binary it is the actual size of the
specified binary:
1> Bin = << 17/integer, 3.2/float, <<97, 98, 99>>/binary...