Difference between revisions 411112344 and 411113873 on enwiki

{{nNotability|date=January 2011}}

'''Glagol''' ([[Russian language|Russian]] ''Глагол'', "verb") is a programming language based on the [[Russian language|Russian]] lexicon. It is strongly reminiscent of [[Oberon programming language|Oberon]] and [[Pascal programming language|Pascal]]. The complete distribution includes, along with the compiler, a set of mathematical and system libraries, games and applications with source code attached.

== Features ==
(contracted; show full)|record, structure, object, class
|-valign="top"
|название (nazvanie)
|name
|идентификатор (identifikator)
|identifier
|-valign="top"
|отдел (otdel)
		
|section
|модуль (modul')
|unit, module
|-valign="top"
|пояснение (poyasnenie)
|explanation
|комментарий (kommentariy)
|comment
|-valign="top"
|преобразователь (preoprazovatel)
|transformer
|компилятор (kompilator)
|compiler
|-valign="top"
|приёмник (priyomnik)
|receiver
|параметр (parametr)
|parameter
|-valign="top"
|ряд (r'ad)
|row
|массив (massiv)
|array
|-valign="top"
|тексторез (tekstorez)
|text cutter
|препроцессор (preprotsessor)
|preprocessor
|-valign="top"
|уборка памяти (uborka pam'ati)
|memory cleanup		
|сборка мусора (sborka musora)
|garbage collection
|-valign="top"
|указание (ukazanie)
|instruction
|оператор (operator)
|operator
|-valign="top"
|цепочка (tsepochka)
|(small) chain
|строка (stroka)
|string
|}

==Example of a program on Glagol==
«[[hello world program|Hello world]]»:
  <font color="#0000BB">ОТДЕЛ</font> <font color="#007700">Привет+</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">"Здравствуй, мир!"</font><font color="#0000BB">)</font>
  <font color="#0000BB">КОН</font> <font color="#007700">Привет</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 Independent forum about programming on Glagol]


{{compu-lang-stub}}

[[Category:Non-English-based programming languages]]
[[Category:Procedural programming languages]]
[[Category:Russian inventions]]

[[cs:Glagol]]
[[uk:Глагол (мова програмування)]]