Do

DoLang

View the Project on GitHub Programming-Language/Do

Syntax Overview

Back

Comment and Documentation

(comming soon)

Preview

Comment

// one line
/- Multi
:)
Line -/

Documentation

Syntax, flat
doc About my project :)
  Your documentation about this file.
  Its functions, classes, types, etc.
done
Syntax, structured
doc
  - title
    About my project :)
  - long
    Your long documentation ...
  - short
    Your short documentation ...
done

Default

(comming soon)

Alternative

(comming soon)

Preview

(call function
  (
    // do something
  )
)

If you like ; you can use it, too.