Servertec Constants
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
Java API
Legal
Contact Us

 

A constant is a value which can not be changed.

Syntax

    [ Hexadecimal | Integer | Real | String ]

Notes

    Hexadecimal 0[ x | X ][ 0..9 | A..F | a..f ]...
    Integer { + | - }[ 0..9 ]...
    Real { + | - }{ 0..9 }....[ 0..9 ]...
    String [ '*...' | "*..." ]

Example

    21
    1.45
    -.3
    "Hello World"
    0xffff
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:03 EDT 2005