summaryrefslogtreecommitdiffstats
path: root/test/04-function-counta-static-args.txt
blob: 19d8c0cdd95a0cd5b468387ef6bb50993259e304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% Test for COUNTA() function with static value arguments.
%mode init
A1=COUNTA(1,2,3)
A2=COUNTA(1,"str",3)
A3=COUNTA()
%calc
%mode result
A1=3
A2=3
A3=0
%check