Changes in uspace/dist/src/sysel/demos/string.sy [c5cb943d:051bc69a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/sysel/demos/string.sy
rc5cb943d r051bc69a 28 28 29 29 class StringDemo is 30 fun Main() , staticis30 fun Main() is 31 31 -- Concatenate some strings. 32 32 Builtin.WriteLine("One-" + "two-" + "three!");
Note:
See TracChangeset
for help on using the changeset viewer.