Ignore:
File:
1 edited

Legend:

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

    ra95310e rc5cb943d  
    2828
    2929class CountDemo is
    30         fun Count(a : int; b : int) is
     30        fun Count(a : int; b : int), static is
    3131                var i : int;
    3232
     
    3939        end
    4040
    41         fun Main() is
     41        fun Main(), static is
    4242                Count(0, 10);
    4343        end
Note: See TracChangeset for help on using the changeset viewer.