Changes in uspace/dist/src/sysel/demos/count.sy [c5cb943d:a95310e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/sysel/demos/count.sy
rc5cb943d ra95310e 28 28 29 29 class CountDemo is 30 fun Count(a : int; b : int) , staticis30 fun Count(a : int; b : int) is 31 31 var i : int; 32 32 … … 39 39 end 40 40 41 fun Main() , staticis41 fun Main() is 42 42 Count(0, 10); 43 43 end
Note:
See TracChangeset
for help on using the changeset viewer.