Re: String sequence characters and appending clarity
- Posted by jeremy (admin) Nov 08, 2010
- 1418 views
A great debugging tool is pretty_print:
include std/pretty.e pretty_print(1, { "John", "Doe", { 18, 22, 19 } }, {3})
See: /search/results.wc?s=pretty_print for more details.
Jeremy