Contents
Syntax
The syntax for
// comment
@// comment
Description
The
f++ example
Example of
- // script.f
- console("hello, world!")
n++ example
Example of
- @// script.n
- @console("hello, world!")
The syntax for
// comment
@// comment
The
Example of
- // script.f
- console("hello, world!")
Example of
- @// script.n
- @console("hello, world!")