root/trunk/src/tutorials/examples/t29_function/test.d
| Revision 6, 183 bytes (checked in by jcc7, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | /* http://www.dsource.org/forums/viewtopic.php?t=29 */ |
| 2 | |
| 3 | // Temp.d |
| 4 | |
| 5 | void main() |
| 6 | { |
| 7 | int function() foo; |
| 8 | foo = function int() { return 1; }; |
| 9 | foo = function int() { return 2; }; |
| 10 | } |
Note: See TracBrowser for help on using the browser.
