rajvigneshtn / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Enchancement: function call easier to understand/translate #232

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
now while defining funciot we have "with" to connect arguments in semantically 
clear way.

[to] do_sth [with]: a, x

When calling, it just says :     do_sth a=3, y=5
it's not clear formulation..

would be better: do_sth [with] a=3, y=5  

It would be very helpfull in some other languages (Lithuanian at least :)

Original issue reported on code.google.com by jurgis.pralgauskis on 7 Jun 2014 at 2:15

GoogleCodeExporter commented 8 years ago
but the [with] in function call should be different for translation (esp. for 
Lithuanian) :)

it could [when] or so.. 

Original comment by jurgis.pralgauskis on 7 Jun 2014 at 2:18

GoogleCodeExporter commented 8 years ago
Good idea.  Fixed in r1728.

Original comment by neil.fra...@gmail.com on 8 Jun 2014 at 4:38