Changeset 37f527b in mainline for uspace/dist/sysel/except.sy
- Timestamp:
- 2010-03-26T21:55:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4204ad9
- Parents:
- b535aeb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/sysel/except.sy
rb535aeb r37f527b 28 28 29 29 class ExceptionDemo is 30 fun foo() : intis30 fun foo() is 31 31 Builtin.WriteLine("Entered foo()."); 32 32 raise new BaseException();
Note:
See TracChangeset
for help on using the changeset viewer.