-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Can you explain it little bit more for us /me
who are not well with javaScript
A Program in BASON is constructed as valid JSON (or Javascript object literal) and contains a script
A Script is an array of expressions to be evaluated.
An Expression is a literal (string or number), or an object who's key is a keyword (Command, Function, or Variable) and value is its input parameter(s).
Parameters are also an array of expressions. If there's only one parameter, there's no need for the containing array.
Metadata
Metadata
Assignees
Labels
No labels