System: Packard Bell EasyNote (Intel Pentium M 1,73Ghz | 1024mb RAM | GeForce Go 6600 GO ?mb)
Compiler/IDE: Delphi 2005 Pro
Library: Pascal Script 3.0 From RemObjects

Currently i am experimenting with pascal script. Now i wonder if it is also possible to use pascal script to create new classes or will this never be possible?
E.g. it fails on
Code:
TMyObject = class(TObject)
name: string;
end;
near the class part.