q/lib/sys/proc_windows.q
2025-02-06 13:46:37 +01:00

3 lines
No EOL
46 B
Text

exit(code Int) {
kernel32.ExitProcess(code)
}