The use statement identifies one or more types so that subsequent logic can refer to the members in those types without including the type name in the reference. The statement is a convenience and can identify Library and Enumeration types.
package common; program MyProgram use MyLibrary; function main() myVariable = MYCONSTANT; myFunction(); end end
Target | Issue |
---|---|
Java | No issues |
JavaScript | No issues. |