-
Notifications
You must be signed in to change notification settings - Fork 1
lang_elements
Tristan Hume edited this page Apr 22, 2012
·
1 revision
#Turing Language Elements
- [_if.html](#if - used for conditional compilation)
- [addressint.html](addressint - type)
- [all.html](all - all members of a set)
- [and.html](and - operator)
- [anyclass.html](anyclass - the ancestor of all classes)
- [array.html](array - type)
- [assert.html](assert - statement)
- [assignability.html](assignability - of expression to variable)
- [assignment.html](assignment - statement)
- [begin.html](begin - statement)
- [bind.html](bind - declaration)
- [body.html](body - declaration)
- [boolean.html](boolean - true-false type)
- [break.html](break - debugger pause statement)
- [case.html](case - selection statement)
- [catenation.html](catenation (+) - joining together strings)
- [char.html](char - type)
- [char_n.html](char(n) - type)
- [checked.html](checked - compiler directive)
- [class.html](class - declaration)
- [close.html](close - file statement)
- [collection.html](collection - declaration)
- [comment.html](comment - remark statement)
- comparisonoperator.html
- [condition.html](condition - declaration)
- [const.html](const - constant declaration)
- [constantreference.html](constantReference - use of a constant)
- [declaration.html](declaration - create a variable)
- [deferred.html](deferred - subprogram declaration)
- [div.html](div - integer truncating division operator)
- [enum.html](enum - enumerated type)
- [enumeratedvalue.html](enumeratedValue - enumerated value)
- [equivalence.html](equivalence - of types)
- [exit.html](exit - statement)
- [explicitcharconstant.html](explicitCharConstant - character literal)
- [explicitconstant.html](explicitConstant - literal)
- [explicitintegerconstant.html](explicitIntegerConstant - integer literal)
- [explicitrealconstant.html](explicitRealConstant - real literal)
- [explicitstringconstant.html](explicitStringConstant - string literal)
- [explicittruefalseconstant.html](explicitTrueFalseConstant - boolean literal)
- [expn.html](expn - expression)
- [export.html](export - list)
- [external.html](external - declaration)
- [false.html](false - boolean value (not true))
- [flexible.html](flexible - array initialization)
- [for.html](for - statement)
- [fork.html](fork - statement)
- [forward.html](forward - subprogram declaration)
- [free.html](free - statement)
- [function.html](function - declaration)
- functioncall.html
- [get.html](get - file statement)
- [handler.html](handler - exception handler)
- [id.html](id - (identifier) name of an item in a program)
- [if.html](if - statement)
- [implement.html](implement - clause)
- [implement_by.html](implement by - clause)
- [import.html](import - list)
- [in.html](in - member of a set)
- [include.html](include - source files)
- indextype.html
- [indirection.html](indirection - operator (@))
- [infix.html](infix - operator)
- [inherit.html](inherit - inheritance clause)
- [init.html](init - array initialization)
- [int.html](int - integer type)
- [intn.html](intn - n-byte integer type)
- [invariant.html](invariant - assertion)
- [loop.html](loop - statement)
- [mod.html](mod - modulo operator)
- [module.html](module - declaration)
- [monitor.html](monitor - declaration)
- [named.html](named - type)
- [nat.html](nat - natural number type)
- [natn.html](natn - n-byte natural number type)
- [new.html](new - statement)
- [nil.html](nil - pointer to a collection)
- [not.html](not - true/false (boolean) operator)
- [opaque.html](opaque - type)
- [open.html](open - file statement)
- [or.html](or - operator)
- [paramdeclaration.html](paramDeclaration - parameter declaration)
- [pause.html](pause - statement)
- [pervasive.html](pervasive - declaration modifier)
- [pointer.html](pointer - type)
- [post.html](post - assertion)
- [pre.html](pre - assertion)
- [precedence.html](precedence - of operators)
- [prefix.html](prefix - operator)
- [procedure.html](procedure - declaration)
- [procedurecall.html](procedureCall - statement)
- [process.html](process - declaration)
- [program.html](program - a (main) program)
- [put.html](put - statement)
- [quit.html](quit - fail statement)
- [read.html](read - file statement)
- [real.html](real - the real number type)
- [realn.html](realn - n-byte real number type)
- [record.html](record - type)
- [register.html](register - use machine register)
- [rem.html](rem - remainder operator)
- [result.html](result - statement)
- [return.html](return - statement)
- [scalar.html](scalar - type)
- [seek.html](seek - (file) statement)
- [separator.html](separator - between tokens in a program)
- [set.html](set - type)
- setconstructor.html
- [shl.html](shl - shift left operator)
- [shr.html](shr - shift right operator)
- [signal.html](signal - wake up a process statement)
- [skip1.html](skip - used in get statement)
- [skip.html](skip - used in put statement)
- standardtype.html
- statement.html
- statementsanddeclarations.html
- [string1.html](string - type)
- [string.html](string - comparison)
- subprogramheader.html
- subprogramtype.html
- subrangetype.html
- [substring.html](substring - of another string)
- [tag.html](tag - statement)
- [tell.html](tell - file statement)
- [token.html](token - in input)
- [true.html](true - boolean value (not false))
- [type.html](type - declaration)
- [typespec.html](typeSpec - type specification)
- [unchecked.html](unchecked - compiler directive)
- [union.html](union - type)
- [unit.html](unit - file containing module, monitor, or class)
- [unqualified.html](unqualified - export)
- [var.html](var - declaration)
- [variablereference.html](variableReference - use of a variable)
- [wait.html](wait - block a process statement)
- [write.html](write - file statement)
- [xor.html](xor - exclusive "or" operator)