aboutsummaryrefslogtreecommitdiff
path: root/python/step1_read_print.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/step1_read_print.py')
-rw-r--r--python/step1_read_print.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/step1_read_print.py b/python/step1_read_print.py
index 3c2e4ac..c167e38 100644
--- a/python/step1_read_print.py
+++ b/python/step1_read_print.py
@@ -12,6 +12,7 @@ def EVAL(ast, env):
#print("EVAL %s" % printer._pr_str(ast))
return ast
+# print
def PRINT(exp):
return printer._pr_str(exp)