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: Thu Feb 15 14:44:05 GMT 2007 |