Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.46 KB

File metadata and controls

42 lines (27 loc) · 1.46 KB

Libraries

These a symbols (variables and functions) that are either avaiable in the global scope, or need to be imported from their respected libraries.

Because why not, in this file, the symbols will contain a link to where exactly it's defined and/or imported from.

Built-in

These are any symbols that are available in any Jaiva program. (Typically called globals)

These can be found in globals documentation.

Libraries

These symbols, on the other hand, need to be imported from their respective libraries.

Some either exist only within Java, while others are implemented in Jaiva itself.

See Importing and Exporting for more information on how to import libraries.

But it's generally:

tsea "jaiva/(module name)"!

Note

Even though all jaiva files have the extensions .jiv, .jaiva and .jva, All of them (The library files) have the .jiv extension. This is just the convention i decided to use.

Note

Unlike built-in symbols where I can link you to implementation, I cannot do that for libraries because they are not part of the Jaiva source code, but rather part of the downloadable zip package. (The bin)

The following are the libraries that are available: