Posted to tcl by jima at Tue Nov 28 16:53:31 GMT 2017view pretty

@-proc( wea )@-arg( zzz )

  @-proc( insideWea )@-arg( yyy )

    # This is code.
    return [string range $yyy 0 end-2]

  @-endOfProc( insideWea )

  # This is code.
  return [string range $zzz 0 end-2]

@-endOfProc( wea )