diff options
Diffstat (limited to 'test/04-function-concatenate.txt')
-rw-r--r-- | test/04-function-concatenate.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/04-function-concatenate.txt b/test/04-function-concatenate.txt new file mode 100644 index 0000000..2ee1271 --- /dev/null +++ b/test/04-function-concatenate.txt @@ -0,0 +1,12 @@ +%% Test built-in functions. +%mode init +A1:1 +A2@One +A3=CONCATENATE(A1," ",A2) +%calc +%mode result +A1=1 +A2="One" +A3="1 One" +%check +%exit |