From d3ff1965fca3d3d4e4f3b02a260e752461a5f024 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 20 Jun 2013 18:15:53 +0200 Subject: Objects: doMapCode() primitive now uses a multi-line input slot --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects.js') diff --git a/objects.js b/objects.js index 61bfaf2..34e7069 100644 --- a/objects.js +++ b/objects.js @@ -1022,7 +1022,7 @@ SpriteMorph.prototype.initBlocks = function () { doMapCode: { // experimental type: 'command', category: 'other', - spec: 'map %cmdRing to code %s' + spec: 'map %cmdRing to code %mlt' }, doMapStringCode: { // experimental type: 'command', -- cgit v1.3.1