JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Mochaccino
Share
Explore
Gallery
Mochaccino
Introducing Mochaccino
Installation and Onboarding
Principles
Mochaccino Tools
Configuration File
Packages
Modules
Structs
Variables
Functions
Statements
Math
Debugging
Comments
Style Guide
Reference
Comments
There are 3 types of comments in Mochaccino:
Single Line Comments
// single line comment
Multiline Comments
/* multi
line
comment
*/
Documentation Comments
/// The `Services` module has been deprecated. Use [this](https://example.com) instead.
Using markdown in documentation comments is recommended, so that IntelliSense can show details in a more visually-appealing manner.
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.