help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to exit out of a function ? what is try-catch-throw in terms of


From: Kenny McCormack
Subject: Re: How to exit out of a function ? what is try-catch-throw in terms of Program Counter
Date: Sun, 21 Oct 2007 10:44:43 +0000 (UTC)

In article <lnodetyzbc.fsf@nuthaus.mib.org>,
Keith Thompson  <kst-u@mib.org> wrote:
>gnuist006@gmail.com writes:
>> I have some code like this:
>>
>> (if  (test)
>>     (exit)
>>     (do something))
>>
>>
>> or
>>
>> (if (test)
>>    ( do something)
>>    (exit))
>
>That's Lisp, yes?  Saying so would be good, since we naturally assume
>that anything posted to comp.lang.c is C.

Actually, most of what is posted here is "not C".  Since, according to
many of the regulars, if it includes anything "off topic", it is "not C".

Since all code used in the real world uses extensions, there is no C
code in the real world.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]