Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
文字列比較プログラムの凡ミスを修正
Browse files Browse the repository at this point in the history
result:
これはこのコードの行頭インデントを削除して通したもの
https://paiza.jp/poh/joshibato/matsue-ruby/result/801dfa31
  • Loading branch information
neetsdkasu committed Sep 10, 2015
1 parent 1970dfb commit b6115cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POH6plus/answer.cob
Expand Up @@ -109,7 +109,7 @@
Init-Compare.
MOVE 1 TO IndexC1.
Main-Loop.
IF IndexC1 = Word-Length THEN
IF IndexC1 > Word-Length THEN
MOVE EQUALITY TO Result OF Compare-Values
ELSE
MOVE ORD(String1(IndexC1:1)) TO Ord1
Expand Down

0 comments on commit b6115cc

Please sign in to comment.