6 lines
101 B
Text
6 lines
101 B
Text
class MAIN is
|
|
main is
|
|
a:FLT := 2.5 ^ 10.0;
|
|
#OUT + MATH::nthroot(10, a) + "\n";
|
|
end;
|
|
end;
|