`strtoascii', `asciitostr'
--------------------------

strtoascii(STR)
     :: $BJ8;zNs$r%"%9%-!<%3!<%I$GI=$9(B.

asciitostr(LIST)
     :: $B%"%9%-!<%3!<%I$NNs$rJ8;zNs$KJQ49$9$k(B.

RETURN
     `strtoascii()':$B%j%9%H(B; `asciitostr()':$BJ8;zNs(B

STR
     $BJ8;zNs(B

LIST
     1 $B0J>e(B 256 $BL$K~$N@0?t$+$i$J$k%j%9%H(B

   * `strtoascii()' $B$OJ8;zNs$r@0?t$N%j%9%H$KJQ49$9$k(B. $B3F(B
     $B@0?t$OJ8;zNs$N%"%9%-!<%3!<%I$rI=$9(B.

   * `asciitostr()' $B$O(B `asciitostr()' $B$N5U4X?t$G$"$k(B.

     [0] strtoascii("abcxyz");
     [97,98,99,120,121,122]
     [1] asciitostr(@);
     abcxyz
     [2] asciitostr([256]);
     asciitostr : argument out of range
     return to toplevel

