Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - How to define 100 in fortran
How to define 100 in fortran
100 can be an integer constant. For example, K=J+ 100.

100 can be a label. For example:

Go to 100, go to the statement, and go to the statement numbered 100.

Do 100 i = 1, n loop statement, execute to the statement numbered 100.

100 CONTINUE is a statement labeled 100.

If it appears in the comment line, it is a comment.