|
| |
The following outline will be used to describe the various languages in this
project...
Introduction
Language Fundamentals
Program Structure and Organization
 | Basic program building blocks (e.g., functions, subroutines) |
 | Program structure
 | Program directives |
 | Declarations (subs, functions, etc.) |
 | Commenting code |
|
 | Language/character sets |
 | Identifiers and keywords |
 | Source code management (files, etc.) |
 | Program delivery (compiled, scripted, byte code, etc.) |

Data Types
 | Numbers (integer, float, etc.) |
 | Strings/characters |
 | Boolean |
 | Void/null |
 | Constants |
 | Variable scope |

Expressions and Operators
 | Math operators including precedence and arithmetic operators |
 | Assignment operators |
 | Relational operators (less than, greater than, equal) |
 | Logical operators (and, or, not) |

Control Statements
 | If-then |
 | Select/switch |
 | Do/While loop |
 | For loop |
 | Go To |
 | Break/exit |

Input/Output
 | Command Line |
 | GUI |
 | File I/O |
 | Database |

Libraries and Support
 | Libraries available |
 | Accessing libraries |
Resources
References
 | Google Directory: |
 | |
Tutorials
|