Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Comments

  • //
  • /*
  • */

Single line, whatever comes after // is a comment.

//

Multi-line, whatever is between a pair of /* */ is a comment.

/*
*/