Skip to content

Commit

Permalink
improve helpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rohrhuber committed May 15, 2012
1 parent 29ea378 commit 0b67b07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HelpSource/Classes/FunctionList.schelp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ A FunctionList is a function that composes multiple functions into one. This all

See the link::Reference/Functions:: help file for a basic introduction.

code::
a = FunctionList.new;
fork { loop { 0.7.wait; a.value.postln } };
a.addFunc({ 800.rand });
a.addFunc({ "another".scramble });
::

classMethods::

method::new
Expand Down

0 comments on commit 0b67b07

Please sign in to comment.