ayaan 1.60.2

AyaanScript+ runtime and ASPKG package manager. A small scripting language with classes, inheritance, FFI, and a built-in webserver.
1
2
3
4
5
6
7
8
9
10
11
12
13
@name testpackage
@version v1
@author Ayaan
@description test package to see packages work.
@license MIT
@help run the command test to see if the package works.
@main main.ayaan
---file: main.ayaan---
: main.ayaan — entry point

func hello
    psyska -/ "Hello from testpackage!"
endfunc