Servertec Identifiers
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
Statements
Macros

Return

 

A value which represents some constant.

Syntax

    [ A..Z | a..z | _ ]{ A..Z | a..z | _ | 0..9 }...

Notes

    iMake defines the following identifiers:
    __CWD__ current working directory.
    __DATE__ current system date.
    __FILE__ current file.
    __LINE__ current line number.
    __TIME__ current system time.
    __TIMESTAMP__ current system date and time.
    __iMake__ current iMake release version stamp.

    iMake also predefines identifiers for each environment variable.

    The environment variable available are system dependent.

Example

    i
    currentDate
    temp_counter_2
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:36 EDT 2005