From a5e7b3bbf80513e9ea9b9497d60e851cde0f44c8 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 20 Feb 2010 18:40:23 +0000 Subject: cleaning up artwork --- (limited to 'taconstants.py') diff --git a/taconstants.py b/taconstants.py index 166addf..8549796 100644 --- a/taconstants.py +++ b/taconstants.py @@ -162,7 +162,7 @@ BASIC_STYLE_HEAD_1ARG = ['hat'] BASIC_STYLE_TAIL = ['stopstack', 'empty'] BASIC_STYLE = ['clean', 'penup', 'pendown', 'stack1', 'stack2', 'vspace', 'hideblocks', 'showblocks', 'clearheap', 'printheap', 'kbinput', - 'fullscreen', 'sandwichcollapsed', 'while', 'until'] + 'fullscreen', 'sandwichcollapsed'] BASIC_STYLE_EXTENDED = ['picturelist', 'picture1x1', 'picture2x2', 'picture2x1', 'picture1x2', 'picture1x1a'] BASIC_STYLE_1ARG = ['forward', 'back', 'left', 'right', 'seth', 'show', @@ -188,7 +188,7 @@ NOT_STYLE = ['not'] FLOW_STYLE = ['forever'] FLOW_STYLE_TAIL = ['hspace'] FLOW_STYLE_1ARG = ['repeat'] -FLOW_STYLE_BOOLEAN = ['if'] +FLOW_STYLE_BOOLEAN = ['if', 'while', 'until'] FLOW_STYLE_ELSE = ['ifelse'] COLLAPSIBLE_TOP = ['sandwichtop'] COLLAPSIBLE_BOTTOM = ['sandwichbottom'] -- cgit v0.9.1