Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
D Programming/Quick Reference Card
Language
Watch
Edit
<
D Programming
Contents
1
Program Structure/Functions
2
Types
2.1
Integer
2.2
Floating Point
2.3
String
2.4
Others
3
Properties
Program Structure/Functions
edit
void
main(){}
minimal main routine
int
main(
char
[][] aArgs){
return
0;}
main routine with arguments
/* */
block comments
/+ +/
nesting block comments
//
line comments
Types
edit
Integer
edit
Floating Point
edit
String
edit
Others
edit
Properties
edit