|
Syscall |
Top Previous Next |
A system call. This is an internal platform function -- not to be used explicitly. It is expressed as a numeric value. Syscalls are automatically invoked when you perform certain operations in code, such as variable type conversion.
You do not have to invoke syscalls directly within your code -- it is not recommended.