Skip to content

Commit

Permalink
try explicit cycling
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Oct 8, 2024
1 parent e43e8c7 commit 81d4293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fortran/src/p0022.f90
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ integer(i18t) function p0022() result(answer)
i = i + 1
k = 1
case ('"')
cycle
case default
names(i)(k:k) = current_char
k = k + 1
Expand Down

0 comments on commit 81d4293

Please sign in to comment.