radiobutton .x -text X -variable x -value x
radiobutton .y -text Y -variable y -value y
button .z -text Submit {send chan submit [variable X]}
will not work as expected. Instead, one must interrogate values
directly in Limbo.
The specialised queued channels will be replaced by buffered channels in Limbo in a future edition of Inferno.
| SEND(9) | Rev: Tue Feb 19 13:16:29 GMT 2002 |