Componentes.Terceros.jvcl/official/3.39/examples/JvInterpreterDemos/JvInterpreterTest/samples/sample - string read char.pas
2010-01-18 16:55:50 +00:00

7 lines
83 B
ObjectPascal

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