= Cappuccino = Cappuccino is a framework which makes it easy to create advanced web apps. [[http://www.cappuccino-project.org/]] Objective-J is a powerful object-oriented language which compiles to run in the browser. == Init String, CPString == {{{#!highlight objectivej var str1 = [CPString initWithString: @""]; var str2 = [CPString initWithString: @""]; }}} == Mutable Array == {{{#!highlight objectivej @import var arrayX = [[CPMutableArray alloc] init]; }}}