uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
129 stars 13 forks source link

Implement "number of <objectTypePlural>" #10

Closed uliwitness closed 11 years ago

uliwitness commented 12 years ago

like "number of cards", "number of card buttons" etc. Keep in mind not to break stuff like

put "foo" into buttons answer number of card buttons

which should probably parse as 'number of card "foo"' ? Or maybe we should notice cases like that and tell the user about the ambiguity right away?