Implemented extern functions
This commit is contained in:
parent
38b573085e
commit
4803b81845
24 changed files with 304 additions and 169 deletions
|
@ -1,3 +1,7 @@
|
|||
extern user32 {
|
||||
MessageBoxA(window *Any, text *Int8, title *Int8, type UInt)
|
||||
}
|
||||
|
||||
main() {
|
||||
title := "Title."
|
||||
text := "Hi!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue