ShModule.stmt

Make a statement with an optional separator.

A statement is commonly an individual item or at the most a line.

class ShModule
stmt
(
string stmt_
,
Flag!"addSep" separator = Yes.addSep
)

Parameters

stmt_ string

raw text to use as the statement

separator Flag!"addSep"

flag determining if a separator is added

Return Value

Type: auto

Stmt instance stored in this.

Meta