Servertec Constants
M E N U

Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iMake
Make Files
Constants
Identifiers
Operators
Directives
Statements
Macros
Legal
Feedback

 


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
Built with iMake Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Sun Aug 23 19:52:09 PDT 1998