Language basics / Language features |
Genero Business Development Language (BDL) supports preprocessing instructions, which allow you to write macros and conditional compilation rules.
&include "myheader.4gl" FUNCTION debug( msg ) DEFINE msg STRING &ifdef DEBUG DISPLAY msg &endif END FUNCTION