Difference between revisions of "A Recital Primer"

From Recital Documentation Wiki
Jump to: navigation, search
(A Recital Primer)
Line 6: Line 6:
  
 
===Lines and Indentation===
 
===Lines and Indentation===
 +
 +
===Comments===
 +
====Single line comments====
 +
====Multi line comments====
  
 
===Data Types===
 
===Data Types===

Revision as of 00:34, 25 October 2009

A Recital Primer

Lexical Structure

Keywords

Lines and Indentation

Comments

Single line comments

Multi line comments

Data Types

Identifiers

Operators

Expressions

Statements

Control Flow

Looping

Functions

Defining a Function

Calling a Function

Classes

Libraries