<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=StartprogrammingusingObjectPascal%3AParameters</id>
	<title>StartprogrammingusingObjectPascal:Parameters - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=StartprogrammingusingObjectPascal%3AParameters"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=StartprogrammingusingObjectPascal:Parameters&amp;action=history"/>
	<updated>2026-05-01T11:43:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=StartprogrammingusingObjectPascal:Parameters&amp;diff=296&amp;oldid=prev</id>
		<title>Onionmixer: SPOP 인자 페이지 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=StartprogrammingusingObjectPascal:Parameters&amp;diff=296&amp;oldid=prev"/>
		<updated>2012-07-26T10:26:58Z</updated>

		<summary type="html">&lt;p&gt;SPOP 인자 페이지 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===인자===&lt;br /&gt;
&lt;br /&gt;
다음 예제에서는 프로시저를 호출할 때 변수를 전달하는 &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;인자&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;를 도입합니다.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
procedure WriteSumm(x, y: Integer);&lt;br /&gt;
begin&lt;br /&gt;
    Writeln(&amp;#039;The summation of &amp;#039;, x,&amp;#039; + &amp;#039;, y, &amp;#039; = &amp;#039;, x + y)&lt;br /&gt;
end;&lt;br /&gt;
&lt;br /&gt;
begin&lt;br /&gt;
    WriteSumm(2, 7);&lt;br /&gt;
    Write(&amp;#039;Press enter key to close&amp;#039;);&lt;br /&gt;
    Readln;&lt;br /&gt;
end.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
메인 프로그램에서 &amp;#039;&amp;#039;WriteSumm&amp;#039;&amp;#039; 프로시저를 호출했고 값 &amp;#039;&amp;#039;2&amp;#039;&amp;#039;와 &amp;#039;&amp;#039;7&amp;#039;&amp;#039;을 프로시저에 전달했으며, 프로시저는 이 값들에 대한 합계 결과를 기록하기 위해 &amp;#039;&amp;#039;x&amp;#039;&amp;#039;, &amp;#039;&amp;#039;y&amp;#039;&amp;#039; 정수형 변수로 받을 것입니다.&lt;br /&gt;
&lt;br /&gt;
다음 예제에서는 프로시저를 사용하여 식당 프로그램을 다시 작성했습니다.&lt;br /&gt;
[[Category:StartprogrammingusingObjectPascal]]&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>