#ifndef __HARBOUR__ #ifndef __XPP__ #ifndef __CLIP__ #ifndef FlagShip #define __CLIPPER__ #endif #endif #endif #endif /* File create flags */ #define FC_NORMAL 0 /* No file attributes are set */ #define FC_READONLY 1 #define FC_HIDDEN 2 #define FC_SYSTEM 4 // New-style comment #command SET DELETED => Set( _SET_DELETED, <(x)> ) #command SET DELETED () => Set( _SET_DELETED, ) #command @ , SAY [PICTURE ] [COLOR ] => ; DevPos( , ) ; DevOutPict( , [, ] ) #command ENDIF <*x*> => endif #ifdef __CLIPPER__ #xtranslate hb_MemoWrit( [] ) => MemoWrit( ) #xtranslate hb_dbExists( ) => File( ) #xtranslate hb_dbPack() => __dbPack() #xtranslate hb_default( @, ) => iif( StrTran( ValType( ), "M", "C" ) == StrTran( ValType( ), "M", "C" ),, := , ) #endif