summaryrefslogtreecommitdiffstats
path: root/test/04-function-invalid-name.txt
blob: 34098d123ffc1c67137b6756868b7c0b85c2300a (plain)
1
2
3
4
5
6
7
8
9
%% invalid function name should produce the result of #NAME?.
%mode init
A1=Foo()
%calc
%mode result
A1=#NAME?
%check
%exit