RosettaCodeData/Task/Program-termination/Clojure/program-termination-2.clj

5 lines
172 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(if problem
(-> Runtime (. getRuntime) (. halt integerErrorCode)))
; conventionally, error code 0 is the code for "OK",
; while anything else is an actual problem