کوبول: تفاوت میان نسخه‌ها

محتوای حذف‌شده محتوای افزوده‌شده
Jozani (بحث | مشارکت‌ها)
بدون خلاصۀ ویرایش
Jozani (بحث | مشارکت‌ها)
بدون خلاصۀ ویرایش
خط ۱۹۵:
|Binary value corresponding to an occurrence of a table element<br/> May be linked to a specific table using <code>INDEXED BY</code>
|}
===Hello, world===
یک مثال برای برنامه ی Hello, world در کوبول:
<source lang="cobol">
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO-WORLD.
PROCEDURE DIVISION.
DISPLAY 'Hello, world'.
STOP RUN.
</source>
 
==مراجع==
{{Reflist}}
<!--See [[Wikipedia:Footnotes]] for an explanation of how to generate footnotes using the <ref(erences/)> tags-->
 
==منابع==
* Ebbinkhuijsen, Wim B.C., ''COBOL'' Alphen aan den Rijn/Diegem: Samson Bedrijfsinformatie bv, 1990. ISBN 90-14-04560-3. (Dutch)
{{Major programming languages}}<!--Need a more specific "3rd-generation" prog lang templ-->
{{Computer language}}<!--Need a more specific "3rd-generation" prog lang templ-->