Blockland Forums > Modification Help
Iban Explains it All
Treynolds416:
--- Quote from: Iban on March 02, 2011, 03:23:39 PM ---There is a piece on operators. What specifically do you want to know about syntax?
--- End quote ---
For example, things like setting up case statements, pseudo-arrays, hash tables, and for/if statements. Anything generally useful.
Iban:
--- Quote from: Treynolds416 on March 02, 2011, 03:34:19 PM ---For example, things like setting up case statements, pseudo-arrays, hash tables, and for/if statements. Anything generally useful.
--- End quote ---
Well, arrays have already been covered, but when I get a chance I'll cover syntax.
Treynolds416:
--- Quote from: Iban on March 02, 2011, 03:38:38 PM ---Well, arrays have already been covered, but when I get a chance I'll cover syntax.
--- End quote ---
Thanks
Iban:
An Introduction to Syntax has been added.
Nexus:
How do you get your console.log to write every function that is executed and the arguments that go with it?