On Friday, 28 February 2014 at 04:19:47 UTC, Etienne Cimon wrote:
Hi all,I'm a little perplexed b/c I can't seem to find anything that could tell me where this ends:version(something): code code code \eofHow do you stop statements from belonging to the specific version of code without using brackets?Thanks!
add "version(all):" after code where specific version ends.
