Revision 58995155 of "Glagol" 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 academic 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]]:
  <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]]
[[Category:Non-English-based programming languages]]
[[Category:Pascal programming language family]]
[[Category:Procedural programming languages]]
[[Category:Imperative programming languages]]

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