Componentes.Terceros.jvcl/official/3.32/examples/RaLib/RaInterpreter/JvInterpreterTest.dpr

14 lines
220 B
ObjectPascal

program JvInterpreterTest;
uses
Forms,
fJvInterpreterTest in 'fJvInterpreterTest.pas' {Test};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTest, Test);
Application.Run;
end.