MyInt128 = class
function Add(x, y : String) : String;
function Subtract(x, y : String) : String;
function Multiply(x, y : String) : String;
function Divide(x, y : String) : String;
end;
How to convert class, function to type?
Hogyan csináljak osztályokból, funkciókból típust?
type
Int128 : MyInt128;
Or do not you think so?
Vagy nem erre gondoltál?
Simple Int128 type I want to do.
Egyszerű Int128 típust akarok csinálni.
And they also want to do:
És ezeket is meg akarom csinálni:
StrToInt128, Int123ToStr, Real128, Real128ToStr, StrToReal128 etc./stb.
Is such a feature not subject to the machine? Does not kill my machine?

Egy ilyen funkció nem terheli le a gépet? Nem öli meg a gépem?
