Componentes.Terceros.jvcl/official/3.36/examples/JvInterpreterDemos/JvInterpreterTest/samples/sample - string read char.pas
2009-02-27 12:23:32 +00:00

7 lines
83 B
ObjectPascal

var
S: string;
begin
//[translated]:
Result := 'Greetings' + #13;
end;