Skip to content

Instantly share code, notes, and snippets.

@YellowAfterlife
Created September 5, 2014 17:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YellowAfterlife/d76cb4c9d336063ef424 to your computer and use it in GitHub Desktop.
Save YellowAfterlife/d76cb4c9d336063ef424 to your computer and use it in GitHub Desktop.
var i;
i := 0;
while (i < 10) begin
show_message("o rly");
i := i + 1;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment