Nickolay - KiokuJS-0.01
// supposed to produce intrinsic objects
Class('KiokuJS.Test.ValueWrapper', {
has : {
value : null
}
})
This infrastructure is considered to be beta.
Everything should be usable, to a certain degree.
// supposed to produce intrinsic objects
Class('KiokuJS.Test.ValueWrapper', {
has : {
value : null
}
})