Menu

Diff of /trunk/python/python-interface.php [r14] .. [r15]  Maximize  Restore

Switch to side-by-side view

--- a/trunk/python/python-interface.php
+++ b/trunk/python/python-interface.php
@@ -5,3 +5,17 @@
 		case "print": echo $parms; break;
 	}
 }
+
+function python_for() {
+	echo "START-FOR";
+}
+
+function python_for_end() {
+	echo "END-FOR";
+}
+
+function dump_token($token) {
+	echo '<div style="padding:0 2px;font-size:9px;background:#99AA00;color:#323232;border:1px solid #323232;margin:0 0 1px 0;">';
+	echo '<strong>'.$token["name"].'</strong>: '.$token["value"];
+	echo '</div>';
+}
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.