Function exit

Source
pub fn exit(code: i8) -> !
Available on neither crate feature native-simulator nor crate feature stub-syscalls.
Expand description

Exit, this script will be terminated after the exit syscall. exit code 0 represents verification is success, others represent error code.