
 New to BCX version 1.85 are the keywords BYREF and DECLARE.

 BYREF is used to specify when a variable, whether
 scaler or array, is to be passed by reference to
 a SUB or FUNCTION.  BYREF is the needed mechanism
 to allow your SUBS and FUNCTIONS to modify the
 contents of their arguments.


 DECLARE is used to notify your MAIN program of a
 SUB or FUNCTION that you EXPORTED in a DLL so
 that it can be used in your main program.
