You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
609 B
Markdown

9 years ago
SyMAT Toolkit Template
======================
9 years ago
9 years ago
Starting in version 1.8, SyMAT has the ability to load toolkits into scripts.
These toolkits are jar files with a special meta.txt file.
This meta file maps packages and classes to variables they can be accessed with.
The meta.txt file included in this template maps the class
com.symatapp.toolkit.HelloWorld to the variable hello.
To call the function world(), type hello.world() into SyMAT.
9 years ago
License
-------
9 years ago
9 years ago
This repository is in the public domain, according to the terms of
9 years ago
Creative Commons Zero (https://creativecommons.org/publicdomain/zero/1.0/).