Glagol (programming language)

From Wikipedia, the free encyclopedia

Glagol (Russian Глагол) is a programming language based on Russian syntax. It is strongly reminiscent of Oberon and Pascal. The language is the subject of serious academic study and is under active development. The complete distribution includes, along with the compiler, a set of mathematical and system libraries, games and applications with source code attached.

[edit] Example of the program on Glagol

«Hello world»:

 ОТДЕЛ Привет+;
 
 ИСПОЛЬЗУЕТ Вывод ИЗ "...\Отделы\Обмен\";
 
 УКАЗ
   Вывод.Цепь("Здравствуй, мир!")
 
 КОН Привет.

[edit] External links


In other languages