comments are done using
//
Multiline comments are done with:
/*
hi
hi
*/
Alternately you can ‘beautify your comments’
/*
* hi
* hi
*/
comments are done using
//
Multiline comments are done with:
/*
hi
hi
*/
Alternately you can ‘beautify your comments’
/*
* hi
* hi
*/