Page 1 of 1

What is The Matrix?

Posted: 17.03.2012 19:34
by NoSilence

Code: Select all

uses
  uPSCompiler, uPSRuntime;

const
  Code = 'begin UOSay('Hello world!'); end.';

var
  Compiler: TPSPascalCompiler;
  Executer: TPSExec;

begin
AddToSystemJournal('Initialization...');
...