Comment
Z1h comments include single-line comments and multi-line comments:
Single-line comments
Single-line comments start with //, examples are as follows:
// Output 2 to the third power
2 **
3
Multi-line comments
Multi-line comments use /* */ to enclose comments
/*
author: Zwei.Ren
*/