Skip to content

Instantly share code, notes, and snippets.

@SteveIves
Created January 14, 2021 19:00
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 SteveIves/afbf1efd49a843f0cca56847fb2c80f6 to your computer and use it in GitHub Desktop.
Save SteveIves/afbf1efd49a843f0cca56847fb2c80f6 to your computer and use it in GitHub Desktop.
Steves Gist Example
main HelloWorld
proc
xcall HelloWorld
endmain
subroutine HelloWorld
proc
Console.WriteLine("Hello World!")
xreturn
endsubroutine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment