JustBash.AST.DefaultValue (JustBash v0.3.0)
View Source${VAR:-default} or ${VAR-default}
Summary
Types
@type t() :: %JustBash.AST.DefaultValue{ check_empty: boolean(), word: JustBash.AST.Word.t() }
${VAR:-default} or ${VAR-default}
@type t() :: %JustBash.AST.DefaultValue{ check_empty: boolean(), word: JustBash.AST.Word.t() }