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/varargs.sy

    r051bc69a rc5cb943d  
    3333        -- with the attribute 'packed'.
    3434        --
    35         fun Print(args : string[], packed) is
     35        fun Print(args : string[], packed), static is
    3636                var i : int;
    3737                var error : bool;
     
    5353        end
    5454
    55         fun Main() is
     55        fun Main(), static is
    5656                Print("One", "Two", "Three", "Four", "Five");
    5757        end
Note: See TracChangeset for help on using the changeset viewer.