Groups
Groups
Sign in
Groups
Groups
comp.lang.tcl
Conversations
About
Send feedback
Help
Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss
Learn more
Re: How do I exit a proc?
570 views
Skip to first unread message
Message has been deleted
Khaled
unread,
Jun 10, 2005, 11:08:16 AM
6/10/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
nmrcharlie wrote:
> For example:
>
> if {$a > 1} {
> "go to the end of the the proc"
> }
>
> Cheers
>
> Charlie
if {$a > 1} {
return
}
:^)
Khaled
Cameron Laird
unread,
Jun 10, 2005, 12:08:03 PM
6/10/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In article <
1118415344.0...@g47g2000cwa.googlegroups.com
>,
nmrcharlie <
charli...@gmail.com
> wrote:
>For example:
>
>if {$a > 1} {
> "go to the end of the the proc"
>}
.
.
.
<URL:
http://wiki.tcl.tk/return
>
0 new messages