[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

proc mvar in file ~/tcl/rtp/session-rtp.tcl



Hello all,
Can anyone tell me what exactly the  "proc mvar" below does?

proc mvar args {
    upvar self _s
    uplevel $_s  instvar $args
}

Thanks,

Kamil Sarac.