Menu

Diff of /trunk/python/python.lime [r25] .. [r26]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/python/python.lime
+++ b/trunk/python/python.lime
@@ -22,7 +22,8 @@
 
 cmd_stmt = LNAME DSTRING { python_command($1,$2); } .
 
-print_stmt = PRINT atom { python_print($2); } .
+print_stmt	= PRINT atom SEMICOLON	{ python_print($2); } 
+			| PRINT atom			{ python_print($2); } .
 
 assign_stmt = varlist EQUAL exprlist { python_assign($1,$3); } .
 
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.