|
#if / #else / #endif |
|
|
Enables conditional compilation: #if const expression code compiled when true [#else code compiled when false] #endif Useful for writing portable scripts as: #loadLibrary 'ZcSysLib' // load system library #if sysIsUnixFamily (Code for unixish systems) #else (Code for Windows or OS/2) #endif |
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |