Sage
Tusk
Welcome to Sage
Volume (98%) Hide Volume
Topics
Try Statement
flowchart LR
  Start[Start] --> Try([<tt>try</tt>])
  Try --> Head([<a href="Statement">Statement</a>])
  Head --> Finally([<tt>finally</tt>])
  Head --> Except([<tt>except</tt>])
  Finally --> Tail([<a href="Statement">Statement</a>])
  Except --> Tail
  Tail --> End([<tt>end</tt>])
  End --> Done[Done]

Last Modified: Mon 3:43:39 pm
Mon 3:43:39 pm