Difference between revisions of "Pascal basics/pl"

From Lazarus wiki
Jump to navigationJump to search
(Kopia strony en)
 
(→‎Pascal basics: tłumaczenie na j. polski)
Line 1: Line 1:
 
{{LanguageBar}}
 
{{LanguageBar}}
  
= Pascal basics =
+
= Podstawy języka Pascal =
  
* [[Data type|Data types]]
+
* [[Data type|Typy danych]]
* [[Operators|Operators]]
+
* [[Operators|Operatory]]
* [[Sign|Characters for comments and number literals]]
+
* [[Sign|Znaki komentarzy i literały liczbowe]]
* [[memory release|Release reserved memory]]
+
* [[memory release|Zwalnianie zarezerwowanej pamięci]]
* [[Reserved words|Reserved words and modifiers]]
+
* [[Reserved words|Zarezerwowane słowa i modyfikatory]]
  
== Control statements ==
+
== Wyrażenia kontrolne ==
  
* [[Loops]]
+
* [[Loops|Pętle]]
* [[Branch|Branches/Conditional Instructions]]
+
* [[Branch|Gałęzie/instrukcje warunkowe]]
  
== Subroutines ==
+
== Podprogramy ==
  
There are two types of subroutines:
+
Istnieją dwa rodzaje podprogramów:
  
* [[Procedure|Procedures]]
+
* [[Procedure|Procedury]]
* [[Function|Functions]]
+
* [[Function|Funkcje]]
  
== Compiler directives ==
+
== Dyrektywy kompilatora ==
  
* [[global compiler directives|Global compiler directives]]
+
* [[global compiler directives|Globalne dyrektywy kompilatora]]
* [[local compiler directives|Local compiler directives]]
+
* [[local compiler directives|Lokalne dyrektywy kompilatora]]
  
== Use of conditions, messages and macros ==
+
== Stosowanie warunków, komunikatów i makr ==
  
* [[using conditionals messages macros|Use of conditions, messages and macros]]
+
* [[using conditionals messages macros|Stosowanie warunków, komunikatów i makr]]
  
== File types ==
+
== Typy plików ==
  
* [[file types|File types]]
+
* [[file types|Typy plików]]
  
 
[[Category:Pascal]]
 
[[Category:Pascal]]
 
[[Category:FPC]]
 
[[Category:FPC]]

Revision as of 02:22, 30 August 2020