Changes between Version 10 and Version 11 of rock/note/processing


Ignore:
Timestamp:
Jan 21, 2010, 5:10:45 PM (14 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rock/note/processing

    v10 v11  
    1313   * [[Image(Processing 1.0.9.png,width=300px)]] Processing IDE
    1414 * 以語法架構來說:
    15    * Arduino (主要由兩個 Functions 組成)
     15   * Arduino (主要由兩個 Functions 組成,但可支援多個 functions)
    1616{{{
    1717viod setup(){
     
    2121}
    2222}}}
    23    * Processing (主要也是由兩個 Functions 組成,但可支援多個 Functions)
     23   * Processing (主要也是由兩個 Functions 組成,也可支援多個 functions)
    2424{{{
    2525viod setup(){
     
    2727
    2828viod draw(){
    29 }
    30 
    31 other(){
    3229}
    3330}}}