length

<< [a0 a1 ... an] length <n+1> >>
<< s length p >>
integer <n+1>; integer p; string s;
It returns the length of the argument. p is the length of the string.



Nobuki Takayama 2020-11-24