<script src="https://sse.js.org/r/1.0930.2.js"></script>All versions
A simple and lightweight library that creates a safe and extremely simple scripting language.
SSE.cmds.test = function(args, lineno, scriptString){}
SSE.keywords.test = function(args, lineno, scriptString){}
SSE["*"] = function(line, lineno, scriptString){}
let script = SSE()
script.vars.xyz = 123
lineIndex
is optional)script.run("script string", ?lineIndex)
test "arg1", "arg2"
test arg1 arg2
test %varname%
The script will accept any valid JSON type as an argument