summaryrefslogtreecommitdiffstats
path: root/test/08-boolean-cells.txt
blob: d10caf54ce4e6bf1f5ed5b4e393a0f0571bcd16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
%% Test for parsing boolean cells.
%% --------------------------------------------------------------------------
%mode init
A1@Boolean Values
A2:true
A3:false
A4=A2*2
A5=A3+3
A7=COUNTA(A1:B3)
A8=SUM(A1:A5)
%% --------------------------------------------------------------------------
%calc
%% --------------------------------------------------------------------------
%mode result
A1="Boolean Values"
A2=true
A3=false
A4=2
A5=3
A7=3
A8=6
%% --------------------------------------------------------------------------
%check
%% --------------------------------------------------------------------------
%exit