Skip to content

Instantly share code, notes, and snippets.

@jjant
Created November 1, 2018 00:27
Show Gist options
  • Select an option

  • Save jjant/ac8ff970f6e48fa73c4c588f4e00f596 to your computer and use it in GitHub Desktop.

Select an option

Save jjant/ac8ff970f6e48fa73c4c588f4e00f596 to your computer and use it in GitHub Desktop.
var author$project$Main$jsCall = function (str) {
jsCall:
while (true) {
var $temp$str = str;
str = $temp$str;
continue jsCall;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment