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

Re: Authoring Guide and comparison operators



At 02:59 PM 2/21/96 +0000, you wrote:
>Andrew Scribner wrote:
>> 
>>>jsampson@cix wrote:
>>> I notice in the Authoring Guide on Javascript that the comparison operators
>>> look similar to those in C. However, the comparison operators in the
>>> condition statements in the examples of loops are different, e.g. &lt.
>>> Are both correct or not?
>> 
>>   I thought they make a mistake of using &lt for "<", but of course its in a
>> <pre> so it shows as &lt
>>   Am I correct?
>>
>
>That does indeed seem to be the case ;-)
>

Correct.  It's a page-formatting error.  The correct comparison operators
are the C-like ones : < and >.


--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.