fn: //
[contents]
f++ :
n++ :
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!")