This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scratch-html5/js/primitives
Chad Walker 41b68edd90 Add procedure support
- when a call block is executed, the block is copied, any parameters are
   evaluated and stored on the copy, then the copy is pushed on the stack
- when a getParam block is executed it finds the last call block on the
  stack, and then gets the already evaluated parameters from there.
- based on PR #21 by @bobbybee, passes all of @nathan's tests there
2014-09-13 11:07:11 -05:00
..
LooksPrims.js updates to finish doAsk 2014-03-09 11:59:38 -06:00
MotionAndPenPrims.js Merge branch 'master' of github.com:MathWizz/scratch-html5 into test 2013-11-14 22:27:52 -05:00
Primitives.js Add procedure support 2014-09-13 11:07:11 -05:00
SensingPrims.js Merge from upstream 2014-04-10 12:25:43 -07:00
SoundPrims.js Merge branch 'master' of github.com:MathWizz/scratch-html5 into test 2013-11-14 22:27:52 -05:00
VarListPrims.js Minor formatting and type casting adjustment to make codebase internally consistent 2014-04-09 01:17:50 -07:00