< D Programming

Program Structure/Functions

void main(){}
minimal main routine
int main(char[][] aArgs){ return 0;} 
main routine with arguments
/* */
block comments
/+ +/
nesting block comments
//
line comments

Types

Integer

Floating Point

String

Others

Properties

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.