|
|
POV 3.5 b 10.icl on PII 233 128 MB with NT 4 Sp 6
Following code returns parse error about recursion but there is no recursion
//<SDL>
#macro F()
#local E=function(c){c};
function(k,l){select(E(k+l),0,1)}
#end
#declare E=F();
//</SDL>
Output:
function(k,l){select(E(k+l),0,1)} <----ERROR
Parse Error: Recursive function calls are not allowed!
ABX
Post a reply to this message
|
|