blob: 449c7baa51e24fe098cccd8e3d187d69d7b5a900 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-InternalVariablesWith-12 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: One prolog variable depending on a user function appearing after it. :)
(:*******************************************************:)
declare variable $var1 := local:myFunc();
declare function local:myFunc()
{
1
};
$var1 eq 1