Difference between revisions 49748623 and 50697961 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.<font color="#0000BB">ОТДЕЛ</font> <font color="#007700">Hello+</font><font color="#0000BB">;</font>
  
  <font color="#0000BB">ИСПОЛЬЗУЕТ</font> <font color="#007700">Вывод</font> <font color="#0000BB">ИЗ</font> <font color="#DD0000">"...\Отделы\Обмен\"</font><font color="#0000BB">;</font>
  
  <font color="#0000BB">УКАЗ</font>
    <font color="#007700">Вывод<font color="#0000BB">.</font>Цепь</font><font color="#0000BB">(</font><font color="#DD0000">"Hello world!"</font><font color="#0000BB">)</font>
  
  <font color="#0000BB">КОН</font> <font color="#007700">Hello</font><font color="#0000BB">.</font>

==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:Глагол (язык программирования)]]