Skip to content

Instantly share code, notes, and snippets.

@graysuit
Last active June 26, 2020 10:54
Show Gist options
  • Save graysuit/57ff558234d674c85a692feee7bff3e6 to your computer and use it in GitHub Desktop.
Save graysuit/57ff558234d674c85a692feee7bff3e6 to your computer and use it in GitHub Desktop.
public static class a
{
public static void main()
{
var abc = "%ABC%";
msgbox(abc);
}
}
Public Module a
Public sub main()
Dim abc = "%ABC%"
msgbox(abc)
End sub
End module
@graysuit
Copy link
Author

sfasdfdsf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment