<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://algol.cba.pl/dw/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://algol.cba.pl/dw/feed.php">
        <title>Algolpedia</title>
        <description></description>
        <link>http://algol.cba.pl/dw/</link>
        <image rdf:resource="http://algol.cba.pl/dw/lib/images/favicon.ico" />
       <dc:date>2012-05-18T10:43:26+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://algol.cba.pl/dw/doku.php?id=pascal:lista_jednokierunkowa&amp;rev=1302526368&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://algol.cba.pl/dw/lib/images/favicon.ico">
        <title>Algolpedia</title>
        <link>http://algol.cba.pl/dw/</link>
        <url>http://algol.cba.pl/dw/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://algol.cba.pl/dw/doku.php?id=pascal:lista_jednokierunkowa&amp;rev=1302526368&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-04-11T14:52:48+02:00</dc:date>
        <title>pascal:lista_jednokierunkowa</title>
        <link>http://algol.cba.pl/dw/doku.php?id=pascal:lista_jednokierunkowa&amp;rev=1302526368&amp;do=diff</link>
        <description>Wstawianie nowego elementu...

na początek listy


procedure wstaw_na_pocz(liczba:integer, var glowa: wsk_elem);
var
  nowy: wsk_elem;
begin
  new(nowy);
  nowy^.liczba:=liczba;
  nowy^.nast:=glowa
  glowa:=nowy;
end;





na koniec listy


procedure wstaw_na_kon(liczba:integer; var glowa:wsk_elem);
var
  koniec:wsk_elem;
begin
  if glowa = nil then
    begin
     new(glowa);
     glowa^.liczba:=liczba;
     glowa^.nast:=nil;
    end
  else
   begin
     koniec:=glowa;
     while koniec^.nast &lt;&gt;…</description>
    </item>
</rdf:RDF>

