Comments

The following code examples demonstrate how comments can be added to code. See section [TBD] for details.

In General

`This is a comment.`
`This is a
multiline
comment.`

Among Other Code

Extending Context: `This is an in-line comment.` context Some Context
    {
        `This is another 
        multiline comment.`
        Value C: String[""];
        Value D: Bool[true];
    } `This is another in-line comment.`.

Last updated