Implemented extern functions
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
extern kernel32 {
|
||||
ExitProcess(code UInt)
|
||||
}
|
||||
|
||||
exit(code Int) {
|
||||
kernel32.ExitProcess(code)
|
||||
}
|
Reference in New Issue
Block a user