D4 (programming language): Difference between revisions

Content deleted Content added
m gah, I always forget the bullets in the references section
m dab link
Line 2:
 
==Syntax==
[[Alphora]], the creators of D4, have given it a [[Pascal (programming language)|Pascal]] like syntax. Sample code in D4 made by Alphora is usually written in [[UpperCamelCase]], which is also widely used in Pascal and [[Delphi programming language|Delphi]] systems.
 
Like most query languages, D4 has a [[Data Definition Language]] (DDL) and a [[Data Manipulation Language]] (DML). D4 also has an [[Imperative programming|Imperative]] Language for procedural code.
Line 13:
 
===Imperative Language===
The Imperative Language in D4 is remarkably similar to Pascal in many respects. The largest distinction being that D4 also allows DDL and DML statements to be run in regular procedural code.
 
==History==