try_01.bmx 156 B

123456789101112
  1. Rem
  2. This test checks:
  3. - if try without "catch" is possible
  4. End Rem
  5. SuperStrict
  6. Import BRL.StandardIO
  7. Try
  8. print "should get printed"
  9. End Try