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