Changes in uspace/dist/src/sysel/demos/varargs.sy [051bc69a:c5cb943d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/sysel/demos/varargs.sy
r051bc69a rc5cb943d 33 33 -- with the attribute 'packed'. 34 34 -- 35 fun Print(args : string[], packed) is35 fun Print(args : string[], packed), static is 36 36 var i : int; 37 37 var error : bool; … … 53 53 end 54 54 55 fun Main() is55 fun Main(), static is 56 56 Print("One", "Two", "Three", "Four", "Five"); 57 57 end
Note:
See TracChangeset
for help on using the changeset viewer.