RE:Limitation ?

Masaharu Goto (MXJ02154@nifty.ne.jp)
Tue, 13 Jul 1999 20:45:48 +0900


Dear Steve,

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