Enum endbasic_core::ast::ArgSep
source · [−]pub enum ArgSep {
End,
Short,
Long,
}Expand description
Types of separators between arguments to a BuiltinCall.
Variants
End
Filler for the separator in the last argument.
Short
Short separator (;).
Long
Long separator (,).