FORTRAN 77 Language Reference

Control Characters

You can enter control characters with typeless constants, although the CHAR function is standard, and this way is not.

Example: Control characters with typeless constants:


	CHARACTER BELL, ETX / X'03' /
	PARAMETER ( BELL = X'07' )