Variable size/Set: Difference between revisions

(New post without using external libraries, in addition to an existing post which uses the "Boost" library.)
imported>Fth
Line 385:
There is also "double" floating point values (8 bytes). Variables of this type use the suffix #.
 
=={{header|Forth}}==
<syntaxhighlight lang="forth">
create cvar 0 c, \ char size variable
variable var \ cell size variable
2variable 2var \ 2 cells size variable
fvariable fvar \ float size variable
</syntaxhighlight>
=={{header|Fortran}}==
 
Anonymous user