From 27168043cf6d4d94a5b2071e53ad8e6cc22381bc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 22 Feb 2011 21:56:17 +0000 Subject: added offset to second argument of boolean compares >, < --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index f5d97ad..f383105 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -226,7 +226,8 @@ NUMBER_STYLE_BLOCK = ['random'] NUMBER_STYLE_PORCH = ['minus2', 'division2', 'remainder2'] NUMBER_STYLE_1ARG = ['sqrt', 'identity2'] NUMBER_STYLE_1STRARG = ['box'] -COMPARE_STYLE = ['greater2', 'less2', 'equal2'] +COMPARE_STYLE = ['equal2'] +COMPARE_PORCH_STYLE = ['greater2', 'less2'] BOOLEAN_STYLE = ['and2', 'or2'] NOT_STYLE = ['not'] FLOW_STYLE = ['forever'] -- cgit v0.9.1