Skip to content

try/catch/finally - explicit syntax documentation #44

Description

@callendorph

Can we please add an explicit description of the syntax in the try/catch/finally section.

For example - the docs don't suggest that the catch can be optional but it clearly can:

(venv) ➜  slm git:(jw/add-pkgdependency) stanza repl
stanza> try:
      >   println("asdf")
      > finally:
      >   println("qwer")
      > 
asdf
qwer
false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions