RosettaCodeData/Task/Call-a-foreign-language-function/M2000-Interpreter/call-a-foreign-language-function-4.m2000

4 lines
155 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Declare MessageBox Lib "user32.MessageBoxW" {long alfa, lptext$, lpcaption$, long type}
Print MessageBox(Hwnd, "HELLO THERE", "GEORGE", 2)
Remove "user32"