Servertec #message
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
#
!define
!error
!if{def|ndef}
!include
!message
!undef

Statements
Macros
Legal
Feedback

 


Displays a message.

Syntax

    !message text

Notes

    text the message to display.

    The message is sent to stdout.

Example

    !if VERSION != CURRENTVERSION
        !message You are about to build an old version
    !endif
    
top of page
Built with iMake Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Sun Aug 23 19:52:09 PDT 1998