jeff-jenness / close

Automatically exported from code.google.com/p/close
0 stars 0 forks source link

Add function-pointer support #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like added?

Addresses, or second (or first)-class functions.

How should it work?
{{{
   pmc fp_list = [ test1, test2, test3 ];

   foreach (pmc fp : fp_list) {
      (*fp)();
   }
}}}

Please provide test cases, if possible.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by austin_h...@yahoo.com on 2 Jul 2009 at 4:45