added sysprog entities
This commit is contained in:
29
SYSPROG/STPROCINS/LOGICAL.txt
Normal file
29
SYSPROG/STPROCINS/LOGICAL.txt
Normal file
@ -0,0 +1,29 @@
|
||||
compile insert Logical
|
||||
/*
|
||||
** Copyright (C) 2012 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Mr C 18 Sept 12 Added header guards so this insert can be nested.
|
||||
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#IFNDEF _LOGICAL_
|
||||
#DEFINE _LOGICAL_
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
equ OTHERWISE$ to 1
|
||||
equ TRUE$ to 1
|
||||
equ FALSE$ to 0
|
||||
equ YES$ to 1
|
||||
equ NO$ to 0
|
||||
Equ NULL$ to ""
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
#ENDIF
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user