Servertec
&&
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Expression [( )]
Unary Not [!]
Unary Plus [+]
Unary Minus [-]
Stringizing [#]
Charizing [#@]
1's Complement [~]
Multiplication [*]
Division [/]
Modulus [%]
Addition [+]
Subtraction [-]
Concatenation [##]
Bit Left Shift [<<]
Bit Right Shift [>>]
Bit And [&]
Bit Or [|]
Bit Xor [^]
Less Than [<]
Greater Than [>]
Less Than
Or Equal To [<=]
Greater Than
Or Equal To [>=]
Equal To [==]
Not Equal To [!=]
Logical And [&&]
Logical Or [||]
Logical Xor [^^]
Sequence [,]
Directives
Statements
Macros
Legal
Contact Us
Compares expressions and returns True if both expression are True.
Syntax
expression
&&
expression
Notes
Expressions
Result
True && True
True
True && False
False
False && True
False
False && False
False
Example
!if release > 8 && release < 13 !include "constants.inc" !endif
top of page
Copyright
© 1998-2005 Servertec. All rights reserved.
Privacy Statement
.
Last Modified: Sun Sep 04 14:56:00 EDT 2005