Implemented extern functions
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
extern user32 {
|
||||
MessageBoxA(window *Any, text *Int8, title *Int8, type UInt)
|
||||
}
|
||||
|
||||
main() {
|
||||
title := "Title."
|
||||
text := "Hi!"
|
||||
|
Reference in New Issue
Block a user