Template for SyMAT toolkit (2.0 and up).
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
skylarmt 9f7359a463 Update readme pirms 9 gadiem
lib First commit pirms 9 gadiem
nbproject First commit pirms 9 gadiem
src First commit pirms 9 gadiem
README.md Update readme pirms 9 gadiem
build.xml First commit pirms 9 gadiem

README.md

SyMAT Toolkit Template

Starting in version 2.0, 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 jar files should be placed in ~/.symat/toolkits.
This folder is automatically created when SyMAT launches the first time.

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.

License

This repository is in the public domain, according to the terms of Creative Commons Zero (https://creativecommons.org/publicdomain/zero/1.0/).