Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/sysel/lib/boxed.sy

    rc5cb943d r051bc69a  
    3838class Char is
    3939        var Value : char;
    40 
    41         fun get_as_string() : string, builtin;
    42 
    43         -- String representation.
    44         prop AsString : string is
    45                 get is
    46                         return get_as_string();
    47                 end
    48         end
    4940end
    5041
    5142class Int is
    5243        var Value : int;
    53 
    54         fun get_as_string() : string, builtin;
    55 
    56         -- String representation.
    57         prop AsString : string is
    58                 get is
    59                         return get_as_string();
    60                 end
    61         end
    6244end
    6345
Note: See TracChangeset for help on using the changeset viewer.