Ignore:
File:
1 edited

Legend:

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

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