Y
Hacker News
new
|
ask
|
show
|
jobs
by
NeilFraser
5130 days ago
You win the prize for most impressive Blockly program yet. Looking forward to what you will write once we get procedures landed. -- The Blockly Team.
2 comments
a-priori
5130 days ago
So that explains why I couldn't figure out how to call a procedure...
link
bromagosa
5130 days ago
Same here, I was already going crazy hehe
link
JoshTriplett
5130 days ago
Taking advantage of JavaScript-translation-specific behavior allows procedures to work right now: just use arguments[1], arguments[2], and so on.
link