Comments
Hades supports end-of-line and block comments.
//A simple end-of-line comment
/*
*A lot of text is best written
*into a block comment.
*/
Last updated
Hades supports end-of-line and block comments.
//A simple end-of-line comment
/*
*A lot of text is best written
*into a block comment.
*/
Last updated