$IF A THEN
DIM x AS INTEGER
$END IF
$LET A = -1
Surely you can fake it by doing something with the pre-compiler:Code: [Select]$IF A THEN
DIM x AS INTEGER
$END IF
$LET A = -1
Same precompiler trick will work for the $INCLUDE "exclusion". You've got yourself a feature request implemented, Unseen.
Thanks to Steve for adding in the precompiler bit.