summaryrefslogtreecommitdiffstats
path: root/test/04-function-len.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/04-function-len.txt')
-rw-r--r--test/04-function-len.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/04-function-len.txt b/test/04-function-len.txt
new file mode 100644
index 0000000..c43726f
--- /dev/null
+++ b/test/04-function-len.txt
@@ -0,0 +1,12 @@
+%mode init
+A1@富士の高嶺に
+A2="雪はふりつつ"
+B1=LEN(A1)
+B2=LEN(A2)
+B3=LEN("ふりさけ見れば春日なる")
+%calc
+%mode result
+B1=6
+B2=6
+B3=11
+%check