Oxygen Basic

Information => Development => Topic started by: jcfuller on February 02, 2018, 05:55:03 AM

Title: uses keyword
Post by: jcfuller on February 02, 2018, 05:55:03 AM
Charles,
  I see the keyword uses used in many of the examples but it is not documented anywhere that I could find. It appears to be the same as
Any differences? Is the default extension .inc?

James
Title: Re: uses keyword
Post by: Charles Pegge on February 02, 2018, 08:26:41 AM
Hi James,

use and uses are very recent keywords. They are the same as 'include once', and the default extension name for included files is 'inc'. Furthermore, the literal name does not require quotes, providing there is no conflict with other symbolic names in the program.