active web pages

Active Web Pages - content previous page next page

deutsch
Zur deutschen Version
po polsku
Do wersji polskiej
Russian
К русской версии

Content

creating variables:

VARIABLE = value;

If a value is allocated to a variable on its first use, the variable doesn't have to be declared.

VAR VARIABLE ;

A variable that has been declared has the value "undefined" until another value is allocated to it.

Implicit type casts: a = "ABC" + 10;
a has the value "ABC10"

About me  
Internet  
Guitar  
Literature  
Linguistics  
Software  
Links  
Contact