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
Toggle line numbers
1 var str1 = [CPString initWithString: @""];
2 var str2 = [CPString initWithString: @""];
Mutable Array
Toggle line numbers
1 @import <Foundation/CPMutableArray.j>
2
3 var arrayX = [[CPMutableArray alloc] init];