I guess you tried to do something like this in root prompt.
root[0] void f() { printf("abc\n"); }
or
root[1] class A { public: A() { } };
These do not work. Body of function can not be defined from
command prompt.
Thank you
Masharu Goto
================================================================
Dear rooters,
Could anyone explain me why the following error occurs when I define any
small function ?
Limitation: Can not define body of function in tempfile
Thank You a lot for Your help,
Steve