From 609dfa7b066a67c8c6cd542b4735a1e8ebb42131 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 02 Jul 2012 15:41:08 +0000 Subject: make sandwich a macro --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index d1d9858..0285f7b 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -218,6 +218,10 @@ VOICES = {'af': 'afrikaans', 'cy': 'welsh-test', 'el': 'greek', # Macros (groups of blocks) # MACROS = { + 'clamp': + [[0, 'sandwichtop_no_label', 0, 0, [None, 1]], + [1, 'vspace', 0, 0, [0, 2]], + [2, 'sandwichbottom', 0, 0, [1, None]]], 'kbinput': [[0, 'until', 0, 0, [None, 1, 4, None]], [1, 'greater2', 0, 0, [0, 2, 3, None]], -- cgit v0.9.1