6 lines
77 B
Text
6 lines
77 B
Text
|
|
f:=function ( )
|
||
|
|
Print( "f:=", f, ";;\nf();\n" );
|
||
|
|
return;
|
||
|
|
end;;
|
||
|
|
f();
|