<?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=SqueakByExample%3A3.8</id>
	<title>SqueakByExample:3.8 - 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=SqueakByExample%3A3.8"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=SqueakByExample:3.8&amp;action=history"/>
	<updated>2026-05-02T09:11:47Z</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=SqueakByExample:3.8&amp;diff=1435&amp;oldid=prev</id>
		<title>Onionmixer: 번역수정</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=SqueakByExample:3.8&amp;diff=1435&amp;oldid=prev"/>
		<updated>2013-03-01T13:02:45Z</updated>

		<summary type="html">&lt;p&gt;번역수정&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==3장 요약==&lt;br /&gt;
&lt;br /&gt;
* 스퀵은 가상 변수라고 불리기도 하는 여섯개의 예비 식별자를 갖고 있습니다:&amp;lt;BR&amp;gt;true, false, nil, self, super, thisContext.&lt;br /&gt;
* 다섯 종류의 리터럴 오브젝트가 있습니다: 숫자 (5, 2.5, 1.9e15, 2r111 등),문자 ($a), 문자열 (&amp;#039;hello&amp;#039;), 심볼 (#hello), 그리고 배열 (#(&amp;#039;hello&amp;#039;#hello))&lt;br /&gt;
* 문자열은 작은 따옴표로 범위를 정하며, 주석은 큰 따옴표로 정합니다. 문자열 내부에서 사용하려면 큰 따옴표를 사용합니다.&lt;br /&gt;
* 문자열과 달리, 심볼은 광범위한 고유성을 보장받습니다.&lt;br /&gt;
* 리터럴 배열을 정의하기 위해 #( ... )를 사용합니다. 동적 배열을 정의하기 위해 { ... }를 사용합니다.&amp;lt;BR&amp;gt;#( 1 + 2 ) size  ⇒  3 이지만 { 1 + 2 } size  ⇒  1임에 유의합니다.&lt;br /&gt;
* 세 종류의 메시지가 있습니다:&amp;lt;BR&amp;gt;단항 메시지(예를 들면 1 asString, Array new), 이항 메시지(예를 들면 3+4, &amp;#039;hi&amp;#039;, &amp;#039; there&amp;#039;), 키워드 메시지(예를 들면 &amp;#039;hi&amp;#039; at: 2 put: $o)&lt;br /&gt;
* 캐스케이드 메시지 발송은 세미콜론으로 분리되어 동일한 대상으로 보냅니다: OrderedCollection new add: #calvin; add: #hobbes; size  ⇒  2&lt;br /&gt;
* 지역 변수는 수직 바와 함께 선언합니다. 할당을 위해 := 를 사용합니다. ←&amp;lt;sup&amp;gt;To Left Arrow&amp;lt;/sup&amp;gt;또는 _는 작동하지만, 스퀵 3.9 이후로, 비추천 기호입니다.&amp;lt;BR&amp;gt;|x| x:=1 &lt;br /&gt;
* 수식식은 메시지 sends, cascades, assingnments로 구성되며, 괄호로 그룹을 만들 수 있습니다. 선언문은 구두점으로 구분한 수식입니다.&lt;br /&gt;
* 블록 구분자&amp;lt;sup&amp;gt;Block closures&amp;lt;/sup&amp;gt;는 꺽쇠 괄호로 둘러싼 수식입니다. 블록은 인수를 취할 수 있고 임시 변수를 포함할 수 있습니다.&lt;br /&gt;
* 블록에 있는 수식은 여러분이 블록 값…메시지를 정확한 숫자의 인수와 함께 보낼 때까지 계산하지 않습니다. &amp;lt;BR&amp;gt;[:x | x + 2] value: 4  ⇒  6.&lt;br /&gt;
* 제어 구성을 위한 구문은 없으며, 메시지가 조건적으로 블록을 처리합니다. &amp;lt;BR&amp;gt;(Smalltalk includes: Class) ifTrue: [ Transcript show: Class superclass ]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SqueakByExample]]&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=SqueakByExample:3.8&amp;diff=1433&amp;oldid=prev</id>
		<title>Onionmixer: 스타일 수정</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=SqueakByExample:3.8&amp;diff=1433&amp;oldid=prev"/>
		<updated>2012-08-22T12:24:15Z</updated>

		<summary type="html">&lt;p&gt;스타일 수정&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:24, 22 August 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l5&quot;&gt;Line 5:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 5:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 문자열은 작은 따옴표로 범위가 정해지며, 주석(comments)는 큰 따옴표로 정해집니다. 문자열 내부에서 사용하려면 큰 따옴표를 사용합니다.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 문자열은 작은 따옴표로 범위가 정해지며, 주석(comments)는 큰 따옴표로 정해집니다. 문자열 내부에서 사용하려면 큰 따옴표를 사용합니다.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 문자열과(string) 달리, 심볼은 광범위하게 고유성을 보장받습니다.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 문자열과(string) 달리, 심볼은 광범위하게 고유성을 보장받습니다.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 리터럴 배열(literal array)를 정의하기 위해 #( ... )를 사용합니다. 동적 배열(dynamic array)를 정의하기 위해 { ... }를 사용합니다. &amp;lt;br&amp;gt;#( 1 + 2 ) size &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;→ &lt;/del&gt;3 이지만 { 1 + 2 } size &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;→ &lt;/del&gt;1임에 유의합니다.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 리터럴 배열(literal array)를 정의하기 위해 #( ... )를 사용합니다. 동적 배열(dynamic array)를 정의하기 위해 { ... }를 사용합니다. &amp;lt;br&amp;gt;#( 1 + 2 ) size &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; ⇒  &lt;/ins&gt;3 이지만 { 1 + 2 } size &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; ⇒  &lt;/ins&gt;1임에 유의합니다.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 3 종류의 메시지가 있습니다: 단항 메시지(예를 들면 1 asString, Array new) 바이너리 메시지(예를 들면 3+4, &amp;#039;hi&amp;#039;, &amp;#039; there&amp;#039;) 그리고 키워드 메시지(예를 들면 &amp;#039;hi&amp;#039; at: 2 put: $o)&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 3 종류의 메시지가 있습니다: 단항 메시지(예를 들면 1 asString, Array new) 바이너리 메시지(예를 들면 3+4, &amp;#039;hi&amp;#039;, &amp;#039; there&amp;#039;) 그리고 키워드 메시지(예를 들면 &amp;#039;hi&amp;#039; at: 2 put: $o)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 케스케이드 메시지 발송은 세미콜론으로 분리되어 동일한 목표로 보내어 집니다: OrderedCollection new add: #calvin; add: #hobbes; size &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;→ &lt;/del&gt;2&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 케스케이드 메시지 발송은 세미콜론으로 분리되어 동일한 목표로 보내어 집니다: OrderedCollection new add: #calvin; add: #hobbes; size &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; ⇒  &lt;/ins&gt;2&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 로컬 변수는 수직 바와 함께 공표됩니다. 할당을 위해 :=를 사용합니다. ←또는 _는 작동하지만, 스퀵 3.9 이후로, 비 추천 기호입니다. |x| x:=1  &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 로컬 변수는 수직 바와 함께 공표됩니다. 할당을 위해 :=를 사용합니다. ←또는 _는 작동하지만, 스퀵 3.9 이후로, 비 추천 기호입니다. |x| x:=1  &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 표현식은 메시지 sends, cascades 그리고 assingnments로 구성되며, 괄호로 그룹을 만들 수 있습니다. 스테이트먼트는 구두점으로 구별된 표현식입니다.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 표현식은 메시지 sends, cascades 그리고 assingnments로 구성되며, 괄호로 그룹을 만들 수 있습니다. 스테이트먼트는 구두점으로 구별된 표현식입니다.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 블록 클로저(Block closures)는 꺽쇠괄호로 둘러싸인 표현식입니다. 블록은 인수를 취할 수 있고 임시 변수를 포함할 수 있습니다.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 블록 클로저(Block closures)는 꺽쇠괄호로 둘러싸인 표현식입니다. 블록은 인수를 취할 수 있고 임시 변수를 포함할 수 있습니다.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 블록에 있는 표현식은 여러분이 블록 값…메시지를 정확한 숫자의 인수와 함께 보낼 때 까지 평가되지 않습니다. &amp;lt;br&amp;gt;[:x | x + 2] value: 4 &lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;→ &lt;/del&gt;6.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 블록에 있는 표현식은 여러분이 블록 값…메시지를 정확한 숫자의 인수와 함께 보낼 때 까지 평가되지 않습니다. &amp;lt;br&amp;gt;[:x | x + 2] value: 4 &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt; ⇒  &lt;/ins&gt;6.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 컨트롤 구성(control constructs)을 위한 구문은 없으며, 메시지가 조건적으로 블록을 평가합니다. &amp;lt;br&amp;gt;(Smalltalk includes: Class) ifTrue: [ Transcript show: Class superclass ]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* 컨트롤 구성(control constructs)을 위한 구문은 없으며, 메시지가 조건적으로 블록을 평가합니다. &amp;lt;br&amp;gt;(Smalltalk includes: Class) ifTrue: [ Transcript show: Class superclass ]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=SqueakByExample:3.8&amp;diff=1432&amp;oldid=prev</id>
		<title>Onionmixer: SBE 3장요약 페이지 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=SqueakByExample:3.8&amp;diff=1432&amp;oldid=prev"/>
		<updated>2012-08-13T08:20:15Z</updated>

		<summary type="html">&lt;p&gt;SBE 3장요약 페이지 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==3장 요약==&lt;br /&gt;
&lt;br /&gt;
* 스퀵은 가짜 변수(pseudo-variables)라고 불리기도 하는 여섯개의 예비 식별자(identifiers)를 갖고 있습니다: &amp;lt;br&amp;gt;true, false, nil, self, super 와 thisContext.&lt;br /&gt;
* 5 종류의 리터럴 오브젝트가 있습니다: (5, 2.5, 1.9e15, 2r111), 문자 ($a), 문자열 (&amp;#039;hello&amp;#039;), 심볼 (#hello), 그리고 배열 (#(&amp;#039;hello&amp;#039;#hello))&lt;br /&gt;
* 문자열은 작은 따옴표로 범위가 정해지며, 주석(comments)는 큰 따옴표로 정해집니다. 문자열 내부에서 사용하려면 큰 따옴표를 사용합니다.&lt;br /&gt;
* 문자열과(string) 달리, 심볼은 광범위하게 고유성을 보장받습니다.&lt;br /&gt;
* 리터럴 배열(literal array)를 정의하기 위해 #( ... )를 사용합니다. 동적 배열(dynamic array)를 정의하기 위해 { ... }를 사용합니다. &amp;lt;br&amp;gt;#( 1 + 2 ) size → 3 이지만 { 1 + 2 } size → 1임에 유의합니다.&lt;br /&gt;
* 3 종류의 메시지가 있습니다: 단항 메시지(예를 들면 1 asString, Array new) 바이너리 메시지(예를 들면 3+4, &amp;#039;hi&amp;#039;, &amp;#039; there&amp;#039;) 그리고 키워드 메시지(예를 들면 &amp;#039;hi&amp;#039; at: 2 put: $o)&lt;br /&gt;
* 케스케이드 메시지 발송은 세미콜론으로 분리되어 동일한 목표로 보내어 집니다: OrderedCollection new add: #calvin; add: #hobbes; size → 2&lt;br /&gt;
* 로컬 변수는 수직 바와 함께 공표됩니다. 할당을 위해 :=를 사용합니다. ←또는 _는 작동하지만, 스퀵 3.9 이후로, 비 추천 기호입니다. |x| x:=1 &lt;br /&gt;
* 표현식은 메시지 sends, cascades 그리고 assingnments로 구성되며, 괄호로 그룹을 만들 수 있습니다. 스테이트먼트는 구두점으로 구별된 표현식입니다.&lt;br /&gt;
* 블록 클로저(Block closures)는 꺽쇠괄호로 둘러싸인 표현식입니다. 블록은 인수를 취할 수 있고 임시 변수를 포함할 수 있습니다.&lt;br /&gt;
* 블록에 있는 표현식은 여러분이 블록 값…메시지를 정확한 숫자의 인수와 함께 보낼 때 까지 평가되지 않습니다. &amp;lt;br&amp;gt;[:x | x + 2] value: 4 → 6.&lt;br /&gt;
* 컨트롤 구성(control constructs)을 위한 구문은 없으며, 메시지가 조건적으로 블록을 평가합니다. &amp;lt;br&amp;gt;(Smalltalk includes: Class) ifTrue: [ Transcript show: Class superclass ]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:SqueakByExample]]&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>