Python: Add comment.

This commit is contained in:
Mark Shannon
2019-06-26 12:54:43 +01:00
parent 9d6df78d44
commit 208d313b3f

View File

@@ -880,6 +880,7 @@ private AstNode assigned_value(Expr lhs) {
result = values.getElt(index)
)
or
/* for lhs in seq: => `result` is the `for` node, representing the `iter(next(seq))` operation. */
result.(For).getTarget() = lhs
}