Variable size/Set: Difference between revisions

Content added Content deleted
(Go solution)
Line 165: Line 165:


Here, v is specified to have a minimum size. In this case, the minimum size of the content is zero, though the size of the representation is somewhat larger.
Here, v is specified to have a minimum size. In this case, the minimum size of the content is zero, though the size of the representation is somewhat larger.

=={{header|Mathematica }}==
Mathematica stores variables in symbols : e.g. variable 'A' containing integer 0 requires 24 bytes under Windows.


=={{header|Modula-3}}==
=={{header|Modula-3}}==