Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Last active January 3, 2023 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarioAriasC/623d3d4db588a42a99dfa80d5eac2974 to your computer and use it in GitHub Desktop.
Save MarioAriasC/623d3d4db588a42a99dfa80d5eac2974 to your computer and use it in GitHub Desktop.
function Program(statements) {
this.ma_1 = statements;
}
Program.prototype.toString = function () {
return joinToString$default(this.ma_1, '', null, null, 0, null, null, 62, null);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment