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