Difference between revisions of "Basic Pascal Tutorial/ar"

From Lazarus wiki
Jump to navigationJump to search
Line 13: Line 13:
 
</div>
 
</div>
  
<div dir="rtl">
 
 
==المحتويات==
 
==المحتويات==
 
* [[Object_Pascal_Introduction|مقدمة]]
 
* [[Object_Pascal_Introduction|مقدمة]]
Line 24: Line 23:
 
** [[Constants|الثوابت]]
 
** [[Constants|الثوابت]]
 
** [[Variables_and_Data_Types|المتغيرات وأنواع البيانات]]
 
** [[Variables_and_Data_Types|المتغيرات وأنواع البيانات]]
** [[Assignment_and_Operations|Assignment and Operations]]
+
** [[Assignment_and_Operations|الإسناد والعمليات المنطقية]]
** [[Standard_Functions|Standard Functions]]
+
** [[Standard_Functions|الوظائف المعيارية]]
** [[Punctuation_and_Indentation|Punctuation and Indentation]]
+
** [[Punctuation_and_Indentation|الترقيم والمسافات]]
** [[Programming_Assignment|Programming Assignment]]
+
** [[Programming_Assignment|واجب برمجي]]
** [[Solution]]
+
** [[Solution|حل الواجب البرمجي]]
* [[Input|2. Input/Output]]
+
* [[Input|2. اﻷدخال واﻷخراج]]
** [[Input]]
+
** [[Input|اﻷدخال]]
** [[Output]]
+
** [[Output|الإخراج]]
** [[Formatting output]]
+
** [[Formatting output|تهيئة المخرجات]]
** [[Files]]
+
** [[Files|الملفات]]
 
** [[EOLN_and_EOF|EOLN and EOF]]
 
** [[EOLN_and_EOF|EOLN and EOF]]
** [[Programming_Assignment_2|Programming Assignment]]
+
** [[Programming_Assignment_2|واجب برمجي_2]]
** [[Solution_2|Solution]]
+
** [[Solution_2|حل الواجب البرمجي_2]]
 
* [[Sequential_control|3. Program Flow]]
 
* [[Sequential_control|3. Program Flow]]
 
** [[Sequential_control|Sequential control]]
 
** [[Sequential_control|Sequential control]]
Line 74: Line 73:
 
[[Category:Pascal]]
 
[[Category:Pascal]]
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
</div>
 

Revision as of 15:06, 20 August 2012

نظرة عامة

قام Tao Yue بكتابة مقدمة شاملة ممتازة عن لغة باسكال أهلتها بشدة أن تضاف إلي الويكي وأن تنشر في مستودع Lazarus-ccr بشروط هي :

رجاء مراسلة الناشر اﻷصلي قبل إعادة نشر أي جزء كتبه Tao Yue في أي مكان آخر غير هذا الويكي.

يمكنك اﻷطلاع علي الدرس هنا Object Pascal Tutorial by Tao Yue أو في جدول المحتويات التالي .

المحتويات