pub fn exit(code: i8) -> !
Exit, this script will be terminated after the exit syscall. exit code 0 represents verification is success, others represent error code.
0