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