 |
scripts
Title: scripts
Category: Literature / English
Details: Words: 622 | Pages: 2.6 (approximately 235 words/page)
scripts
3.0 Variables
Scripts may contain variables. Variable names must begin with a letter or an underscore ('_'), and may contain any sequence of upper- or lower-case letters, digits, and underscores. You cannot use a reserved word as a variable name. For more information, see the list of reserved words at the end of this document.
You must declare variables before you use them. When you declare a variable, you must also define its type. A variable of
showed first 75 words of 622 total
You are viewing only a small portion of the paper. Please login or register to access the full copy.
|
|
showed last 75 words of 622 total
into a single-byte value between 0 and 31. For example, ^M is converted to a carriage return.
If char is a value between a and z, the character sequence is translated into a single-byte value between 1 and 26.
If char is any other value, the character sequence is not specially treated.
Carriage return
Linefeed
" Double-quote
^ Single caret
< Single ' = Relational Integers
== != Equality Integers, strings, booleans
and Logical AND Booleans
or Logical OR Booleans
Examples:
count = 3 + 5 * 40
transmit "Hello" + " there"
delay 24 / (7 - 1)
Need a custom written paper?
|
|
 |