CodeBuilder.push

Places str onto a stack that can latter be popped into the current buffer.

See put for specifics.

  1. void push(string str, Indent indent, string f, int l)
    struct CodeBuilder
    void
    push
    (
    string str
    ,,
    string f = __FILE__
    ,
    int l = __LINE__
    )
  2. void push(Indent indent, string f, int l)
  3. void push(CodeBuilder build)

Meta