Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/sysel/demos/except.sy

    ra95310e rc5cb943d  
    2828
    2929class ExceptionDemo is
    30         fun foo() is
     30        fun foo(), static is
    3131                Builtin.WriteLine("Entered foo().");
    3232                raise new BaseException();
    3333        end
    3434
    35         fun Main() is
     35        fun Main(), static is
    3636                do
    3737                        foo();
Note: See TracChangeset for help on using the changeset viewer.