Ignore:
Timestamp:
2010-06-09T19:01:08Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1113c9e
Parents:
051bc69a
Message:

Update SBI to rev. 291.

File:
1 edited

Legend:

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

    r051bc69a 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.