Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tolmasky
Created March 10, 2022 20:56
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 tolmasky/291a70f6cae7d7332a24369d06373c90 to your computer and use it in GitHub Desktop.
Save tolmasky/291a70f6cae7d7332a24369d06373c90 to your computer and use it in GitHub Desktop.
function run_next_code_snippet()
{
const code = get_next_code_snippet();
eval(code + "; run_next_code_snippet()");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment