Chimrod 5 months ago
parent
commit
304ef0cdbf
1 changed files with 11 additions and 0 deletions
  1. 11 0
      lib/syntax/S.ml

+ 11 - 0
lib/syntax/S.ml

@@ -99,6 +99,17 @@ module type Instruction = sig
     step:expression option ->
     t list ->
     t
+  (** 
+
+	for j = 1 to 5 step var:
+		stri = 1 & strmax = 3
+		for i = stri to strmax:
+            …
+		end
+	end
+
+
+   *)
 end
 
 module type Location = sig