17 lines
160 B
Plaintext
17 lines
160 B
Plaintext
/** package
|
|
* package doc comment
|
|
*/
|
|
|
|
/** file
|
|
* file doc comment
|
|
*/
|
|
|
|
/**
|
|
* normal doc comment
|
|
*/
|
|
something :: proc() {
|
|
}
|
|
|
|
main :: proc(): int {
|
|
return 0;
|
|
} |