You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// seperator is used to delineate inputs when running code through the sandbox
// seperator must be maintained in the scripts in /payload/ if the values don't match things break
const seperator = "\n*-BRK-*\n"
// glob and unglob combine and seperate groups of input or output (compiler deals with globs of text seperated by separator but outside compilation a []string is preferred)