source: src/examples/tests/vector_test.out.txt @ a772d8ab

string
Last change on this file since a772d8ab was 90c3b1c, checked in by Peter A. Buhr <pabuhr@…>, 9 years ago

compile CFA with C++11, further update refrat with lstlisting macros, support varags, enumeration initialization, add implicit separators to output streams, update example programs that print

  • Property mode set to 100644
File size: 106 bytes
Line 
1enter N elements and C-d on a separate line:
2Array elements:
31 2 3 4 5
4Array elements reversed:
55 4 3 2 1
Note: See TracBrowser for help on using the repository browser.