Derw
Search
⌃
K
Derw
Roadmap
📖
Guides
Creating your first project
Installing packages
Compiling and running your code
Formatting
Repl and playground
Testing
⚖
Fundamentals
Literals
Definitions
Types
Conditionals
Imports and exports
Comments
🔧
Building things
Web pages
REPLs
🪛
Contributing
Contribution flow
Working on the compiler
💭
Hypotheticals
Hypotheticals
Async / await
Powered By
GitBook
Comment on page
Comments
Currently comments exist in two forms: single line and multiline. When using the formatter, comments at the top level are preserved but not those inside function bodies.
Single line
-- a single line comment
Multi line
{-
hello world
multiple lines
-}
Fundamentals - Previous
Imports and exports
Next - Building things
Web pages
Last modified
1yr ago