summaryrefslogtreecommitdiffstats
path: root/test/04-function-nested.txt
blob: f12ab6d8c4c60c77db53c0228ca54fc19409ed27 (plain)
1
2
3
4
5
6
7
8
9
10
%% Test case for nested functions.
%mode init
A5=MIN(MIN(2, 4), MAX(1,8))
A6=CONCATENATE("min: ", MIN(A5, 4), "; max: ", MAX(1, 8))
%calc
%mode result
A5=2
A6="min: 2; max: 8"
%check
%exit