Oxygen Basic
Information => Development => Topic started 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
-
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.