Menu

Diff of /trunk/python/python.lime [r11] .. [r12]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/python/python.lime
+++ b/trunk/python/python.lime
@@ -18,7 +18,7 @@
 
 cmd_stmt = NAME DSTRING {python_command($1,$2);} .
 
-for_stmt = FOR exprlist IN testlist COLON { foreach(array("a") as $c): } suite { endforeach; } .
+for_stmt = FOR exprlist IN testlist COLON { python_for(); } suite { python_end_for(); } .
 
 exprlist = NAME .
 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.