Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/doc/library/javascript/clientreference/partlang.htm
Дата изменения: Thu Oct 7 13:13:35 1999
Дата индексирования: Sat Dec 22 14:35:35 2007
Кодировка:
Language Elements Table of Contents | Previous | Next | Index


PART 2
Language Elements

Chapter 4   Statements

This chapter describes all JavaScript statements. JavaScript statements consist of keywords used with the appropriate syntax. A single statement may span multiple lines. Multiple statements may occur on a single line if each statement is separated by a semicolon.

Chapter 5   Operators

JavaScript has assignment, comparison, arithmetic, bitwise, logical, string, and special operators. This chapter describes the operators and contains information about operator precedence.

Table of Contents | Previous | Next | Index

Last Updated: 05/28/99 12:01:10

Copyright (c) 1999 Netscape Communications Corporation