erlang: exit/1 + process termination (+9 tests)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 21:34:21 +00:00
parent e2e801e38a
commit 97513e5b96
4 changed files with 83 additions and 1 deletions

View File

@@ -564,6 +564,7 @@
(= name "is_pid") (er-bif-is-pid vs)
(= name "self") (er-bif-self vs)
(= name "spawn") (er-bif-spawn vs)
(= name "exit") (er-bif-exit vs)
:else (error
(str "Erlang: undefined function '" name "/" (len vs) "'")))))