Bash.AST.Comment (Bash v0.3.0)

Copy Markdown View Source

Comment for # ... constructs.

Examples

# This is a comment
%Comment{
  text: " This is a comment"
}

Summary

Types

t()

@type t() :: %Bash.AST.Comment{meta: Bash.AST.Meta.t(), text: String.t()}