Language Reference
Comments
// This is a single line comment
/* This is a multi-line
comment block. */
/**
* This is the style of a typical doc string.
*/Types
Last updated
// This is a single line comment
/* This is a multi-line
comment block. */
/**
* This is the style of a typical doc string.
*/Last updated