From ddd7d4295c1a0e2e83bdcc5b42c1803b945cacb8 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 07 Apr 2011 23:14:58 +0000 Subject: fix typo in tapop definition --- (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index 7a9d10a..822c371 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -350,7 +350,7 @@ last-out heap)')) self.tw.lc.def_prim('pop', 0, lambda self: primitive_dictionary['pop']()) define_logo_function('tapop', 'to tapop\rif emptyp :taheap [stop]\r\ -make \'tmp first :taheap\rmake "taheap butfirst :taheap\routput :tmp\rend\r') +make "tmp first :taheap\rmake "taheap butfirst :taheap\routput :tmp\rend\r') primitive_dictionary['print'] = self._prim_print palette.add_block('comment', -- cgit v0.9.1