構造化プログラミング
Structured programming
プログラムの構造を制限する
Restrict program structure
while, if, etc.
GOTOを使わない
GOTO considered harmful