This is another class syntax(JSON):

var <class name> = {

  <something>: "", //string

  <something>: [1, 2, 3], //array

  <something>: {
<something>:"value",
<something>:function(<args>){
  <function statements>
}
},

  <something>: function(<args>){
    <function statements>
  }

}

I love PSPad, It's amazing and perfect editor!
Thank you.

-- 
<http://forum.pspad.com/read.php?2,49362,50716>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem