FunC supports both single-line and multi-line comments. Single-line comments start withDocumentation Index
Fetch the complete documentation index at: https://companyname-a7d5b98e-w5-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
;; (double semicolon). Example:
{- and end with -}.
Unlike other languages, FunC allows nested multi-line comments.
Example:
;; can appear inside multi-line comments, and they take precedence over multi-line comments {- -}. In the following example:
const a = 10; is inside a multi-line comment and is effectively commented out.