r345 vs r346
......
53585358
1 : 소수점 아래 입력한 자릿수가 너무 많음.
53595359
53605360
##== 아래 출력 변수 설명 ==
5361
'''sa''' : searching a; '''sb''' : searching b; '''sf''' : searching f;
5362
'''rl''' : result string length to output; '''p''' : a point of string(s); '''ps''' : pass
5361
'''sa''' : searching a (logical); '''sb''' : searching b (logical); '''sf''' : searching f (logical);
5362
'''ps''' : pass (logical);
53635363
'''ad''' : "a" decimal point of string variable 'ma' (integer);
53645364
'''bd''' : "b" decimal point of string variable 'mb' (integer);
53655365
'''md''' : displaying mode number (string→integer); '''ms''' : message for correction (string)
53665366
'''tm''' : temporary string, or transaction message (string); '''tn''' : temporary string 2 (string);
53675367
'''tx''' : temporary value 1 (integer); '''ty''' : temporary value 2 (integer); '''tz''' : temporary value 3 (integer);
5368
'''comment''' : comment (string, unused);
5368
'''comment''' : comment (string);
53695369
ru는 계산결과에서 소수점 위 자리이므로, dot(.)이 나오지 않습니다.
53705370
##여기까지 주석(주석 아님)
53715371
}}}{{{#!wiki style="font-weight: 300; font-size: 17.5px;"
......