EASY (computer language)

EASY (computer language)

EASY is the name of a scripting language used by the tdbengine relational database management system. Its syntax is based upon a mixture of BASIC, C and Pascal.

The EASY source code is compiled to a binary code and this code then is interpreted at runtime. This ensures that all syntax errors are found already in the development process.

----Example

procedure Main var nBottles : Integer var s : String CgiCloseBuffer nBottles:=99 s:='s' while nBottles>=0 do CgiWriteLn(Str(nBottles)+' bottle'+s+' of beer on the wall,') CgiWriteLn(Str(nBottles)+' bottle'+s+' of beer,') if nBottles=0 then CgiWriteLn('Go to the store, buy some more,') CgiWriteLn('99 bottles of beer on the wall.') nBottles-- else CgiWriteLn('Take one down and pass it around,') nBottles-- if nBottles=1 then s:= else s:='s' end CgiWriteLn(Str(nBottles)+' bottle'+s+' of beer on the wall,') end end endproc

External links

* http://www.tdbengine.org/


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Easy — may refer to: In Music: * Easy (Commodores song), a 1977 single ** Easy (Commodores song), Faith No More cover, a 1992 single * Easy (Barenaked Ladies song), a 2006 single * Easy (Sugababes song), a 2006 single * Easy (Paula DeAnda song), a 2007… …   Wikipedia

  • language — lan‧guage [ˈlæŋgwɪdʒ] noun 1. [countable, uncountable] a system of speaking and writing used by people in one country or area: • the French language • Do you speak any foreign languages? • Trading in Europe means communicating in more than one… …   Financial and business terms

  • computer — computerlike, adj. /keuhm pyooh teuhr/, n. 1. Also called processor. an electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations. Cf. analog… …   Universalium

  • computer scripting language —       a “little” computer language intended to solve relatively small programming problems that do not require the overhead of data declarations and other features needed to make large programs manageable. Scripting languages are used for writing …   Universalium

  • computer science — computer scientist. the science that deals with the theory and methods of processing information in digital computers, the design of computer hardware and software, and the applications of computers. [1970 75] * * * Study of computers, their… …   Universalium

  • Computer-assisted language learning — (CALL) is succinctly defined in a seminal work by Levy (1997: p. 1) as the search for and study of applications of the computer in language teaching and learning .[1] CALL embraces a wide range of ICT applications and approaches to teaching… …   Wikipedia

  • Computer-supported collaboration — (CSC) research focuses on technology that affects groups, organizations, communities and societies, e.g., voice mail and text chat. It grew from cooperative work study of supporting people s work activities and working relationships. As net… …   Wikipedia

  • Computer security compromised by hardware failure — is a branch of computer security applied to hardware. The objective of computer security includes protection of information and property from theft, corruption, or natural disaster, while allowing the information and property to remain accessible …   Wikipedia

  • Language education — Language Teaching redirects here. For the journal, see Language Teaching (journal). Linguistics …   Wikipedia

  • Computer-aided audit tools — Computer assisted audit techniques or computer aided audit tools (CAATS), also known as computer assisted audit tools and techniques (CAATTs), is a growing field within the financial audit profession. CAATTs is the practice of using computers to… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”