Skip to content

Commit 8c57cad

Browse files
author
rasmussn
committed
Added comment about SENSE LIGHT statement from earliest Fortran.
1 parent a37c6ba commit 8c57cad

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

fortran/syntax/FortranObsolete.sdf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,14 @@ context-free syntax
4141

4242
AssignStmt -> ActionStmt
4343
OptLabel 'ASSIGN' Label 'TO' IntVariable EOS -> AssignStmt {cons("AssignStmt")}
44+
45+
%% SENSE LIGHT STATEMENT
46+
%%
47+
%% First IBM Fortran version had 32 statements
48+
%% - one was the SENSE LIGHT "statement"
49+
%% http://computer-programming-forum.com/49-fortran/868f0c3d821b8563.htm
50+
%%
51+
%% IF (SENSE LIGHT i) n1, n2
52+
%%
53+
%% - looks like an expression to me
54+
%%

0 commit comments

Comments
 (0)