Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
language:types2 [2026/06/27 20:02] – [Example user-defined type with macros and methods] rajitlanguage:types2 [2026/06/27 20:05] (current) – [Example user-defined type with macros and methods] rajit
Line 423: Line 423:
        u.set(-3);        u.set(-3);
        v := v + u;        v := v + u;
 +       log_st("");
        v.display();        v.display();
        log_nl("")        log_nl("")