fjsc: add execute

darcs
chris.double 2006-12-15 23:11:12 +00:00
parent bd5a5fcf5f
commit f587b91ccf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ function Factor() {
"/": function() { self.fjsc_divide(); },
".": function() { self.fjsc_dot(); },
"call": function() { self.fjsc_call(); },
"execute": function() { self.fjsc_call(); },
"map": function() { self.fjsc_map(); },
"reduce": function() { self.fjsc_reduce(); },
"clear": function() { self.fjsc_clear(); },