summaryrefslogtreecommitdiffstats
path: root/test/04-function-len.txt
blob: c43726f8204bffa70c0159d56e184c387018647f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%mode init
A1@富士の高嶺に
A2="雪はふりつつ"
B1=LEN(A1)
B2=LEN(A2)
B3=LEN("ふりさけ見れば春日なる")
%calc
%mode result
B1=6
B2=6
B3=11
%check