JanetDocsPlaygroundI'm feeling luckyGitHub sign in

error



    function

    (error e)

    Throws an error e that can be caught and handled by a parent fiber.


1 exampleSign in to add an example
Loading...
(try
  (error :fun)
  ([e]
   (= e :fun)))
# => true
sogaiuPlayground