Changes in uspace/dist/src/sysel/lib/boxed.sy [051bc69a:38aaacc2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/dist/src/sysel/lib/boxed.sy
r051bc69a r38aaacc2 46 46 class String is 47 47 var Value : string; 48 49 fun get_length() : int, builtin;50 51 -- Length of string.52 prop Length : int is53 get is54 return get_length();55 end56 end57 58 -- Slice (sub-string).59 fun Slice(start : int; length : int) : string, builtin;60 48 end
Note:
See TracChangeset
for help on using the changeset viewer.