Nombre de téléchargements - 1
Vous avez une question, contacter notre assistance par E-mail : admin@clicours.com
5.1 Why Scripting?
5.2 Benefits of using WMLScript
6 . WMLScript Core
6.1 Lexical Structure
6.1.1 Case Sensitivity
6.1.2 . Whitespace and Line Breaks
6.1.3 . Usage of Semicolons
6.1.4 Comments
6.1.5 Literals
6.1.5.1 .Integer Literals
6.1.5.2 Floating-Point Literals
6.1.5.3 String Literals
6.1.5.4 Boolean Literals
6.1.5.5 . Invalid Literal
6.1.6 Identifiers
6.1.7 Reserved Words
6.1.8 .Name Spaces
6.2 Variables and Data Types 8
6.2.1 . Variable Declaration
6.2.2 Variable Scope and Lifetime
6.2.3 Variable Access
6.2.4 . Variable Type
6.2.5 . L-Values
6.2.6 . Type Equivalency
6.2.7 Numeric Values
6.2.7.1 . Integer Size
6.2.7.2 .Floating-point Size
6.2.8 String Values
6.2.9 Boolean Values
6.3 Operators and Expressions 1
6.3.1 Assignment Operators
6.3.2 Arithmetic Operators
6.3.3 . Logical Operators
6.3.4 . String Operators
6.3.5 . Comparison Operators
6.3.6 Array Operators
6.3.7 Comma Operator