Comments DryLang uses standard comment syntax. Single-line Comments drylang// This is a comment a = 10 // This is an inline comment Multi-line Comments drylang/* This is a multi-line comment */PreviousOperatorsNextOverview