Skip to content

Commit

Permalink
maybe class compatibility with object modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rohrhuber committed Feb 13, 2008
1 parent 9cf868d commit 6a773b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/SCClassLibrary/JITLib/various/Fdef.sc
Expand Up @@ -27,6 +27,9 @@ Maybe : Ref {
^this.notYetImplemented(thisMethod)
//^value.valueArrayEnvir(args) ? defaultValue
}
functionPerformList { arg selector, arglist;
^this.performList(selector, arglist)
}

// this allows recursion
apply { arg ... args;
Expand Down

0 comments on commit 6a773b9

Please sign in to comment.