D Programming/Embedding D in HTML
< D ProgrammingThe dmd compiler has the capability to read an .html file as source. Every code between
<code>void main(){}</code>
... is treated as D code, and dmd will compile it.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.