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

   1 var str1 = [CPString initWithString: @""];
   2 var str2 = [CPString initWithString: @""];

Mutable Array

   1 @import <Foundation/CPMutableArray.j>
   2 
   3 var arrayX = [[CPMutableArray alloc] init]; 

Javascript/Cappuccino (last edited 2013-07-18 10:56:59 by bl7-64-35)