snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Default values #360

Closed stevenbird closed 8 years ago

stevenbird commented 8 years ago

Snap blocks generally come with supplied values for arguments, e.g.:

image image

This means they can be tried out with a single click, and it helps users know the expected type of the argument.

I think we should have arguments specified for many Edgy blocks that expect an atomic value, such as an integer (but not ones expecting a list, say)

stevenbird commented 8 years ago

Closed by #361