πZaid
Provides access to the Zaidlang runtime.
Methods
zaid.abort()
zaid.abort()zaid.abort("A critical error was encountered. Aborting.")
// expected output: A critical error was encountered. Aborting.zaid.execute()
zaid.execute()printftw(zaid.execute('2 + 2'))
// expected output: 4zaid.extend()
zaid.extend()Ghost Version
Go Version
$ go build -buildmode=plugin -o example.so main.gozaid.extend('./example.so')zaid.identifiers()
zaid.identifiers()Properties
zaid.version
zaid.versionLast updated