Explorar o código

Fixed comment.

woollybah %!s(int64=9) %!d(string=hai) anos
pai
achega
c03f751fa7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stmt.bmx

+ 1 - 1
stmt.bmx

@@ -508,7 +508,7 @@ Type TForStmt Extends TLoopStmt
 
 		expr=expr.Semant()
 
-		' for functions and index access, use a new local variable
+		' for anything other than a const value, use a new local variable
 		If Not TConstExpr(TBinaryCompareExpr(expr).rhs) Then
 			Local tmp:TLocalDecl=New TLocalDecl.Create( "", TBinaryCompareExpr(expr).rhs.exprType,TBinaryCompareExpr(expr).rhs,, True )
 			tmp.Semant()