ez.no / ezpublish / documentation / the template language / variable types / numbers
These documentation pages are no longer maintained. Please visit the new documentation site.
Numbers are numerical values. A number can be a positive or a negative integer or a floating point value. The following example demonstrates the direct use of numbers.
{13} {1986} {3.1415} {102.5} {-1024} {-273.16}
Comments