Lively Kernel canvas
//
0
DraftMorphScripts400
0
$morph('joe').addScript(functionsayHello(){this.world().alert("Hello")})$morph('jane').addScriptNamed("sayHello",function(){this.world().alert("Hi,Iam"+this.name+"!")})20
9
$morph('joe').sayHello()$morph('jane').sayHello()20
02
0
Wikicontroltruetrue
null94