6 lines
81 B
Text
6 lines
81 B
Text
somelist = <<>>;
|
|
somelist.f = function(x, y)
|
|
{
|
|
rval = x + y;
|
|
return rval;
|
|
};
|