Difference between revisions 49733692 and 49748623 on enwiki

'''Glagol''' ([[Russian language|Russian]] ''Глагол'') is a programming language based on [[Russian language|Russian]] syntax. It is strongly reminiscent of [[Oberon programming language|Oberon]] and [[Pascal programming language|Pascal]]. The language is the subject of serious acedemic study and is under active development. Except for the compiler the complete set of delivery includes a set of mathematical and system libraries, games and appendices with initial texts.

==Example of the program on Glagol==
[[hello world program|Hello world]]:
  ОТДЕЛ Hello+;
  
  ИСПОЛЬЗУЕТ Вывод ИЗ "...\Отделы\Обмен\";
  
  УКАЗ
    Вывод.Цепь("Hello world!")
  
  КОН Hello.

==External links==
* [http://glagol.nad.ru/ Official site of the programming language Glagol]
* [http://rus.jino-net.ru/index.php?c=7 Forum of users of the programming language Glagol]


{{compu-lang-stub}}

[[Category:Programming languages]]

[[ru:Глагол (язык программирования)]]