Scripting languages Assignment Help
Scripting Language is a high-Level language which can interpreted by another program at runtime. It can be embedded within HTML, commonly used for adding Functionality to a web page such as graphical display or different menu style etc. This type of languages are client-side scripting language, affecting the data that the end user sees in a browser window. Other scripting languages are server-side scripting languages which manipulate the data, usually in a database, on the server.
Examples of Data flow Programming Languages
CList Example
{`
PROC 1 LANGUAGE
IF &LANGUAGE = SPANISH THEN +
WRITE HOLA, MUNDO
ELSE IF &LANGUAGE = FRENCH THEN +
WRITE BONJOUR, MONDE
ELSE +
WRITE HELLO, WORLD
EXIT
`}


