TrySmalltalk.js 73 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190
  1. smalltalk.addClass('TrySmalltalkWidget', smalltalk.Widget, ['workspace', 'contents', 'header'], 'TrySmalltalk');
  2. smalltalk.addMethod(
  3. unescape('_workspace'),
  4. smalltalk.method({
  5. selector: unescape('workspace'),
  6. category: 'accessing',
  7. fn: function (){
  8. var self=this;
  9. return (($receiver = self['@workspace']) == nil || $receiver == undefined) ? (function(){return self['@workspace']=smalltalk.send((smalltalk.SourceArea || SourceArea), "_new", []);})() : $receiver;
  10. return self;},
  11. args: [],
  12. source: unescape('workspace%0A%09%5E%20workspace%20ifNil%3A%20%5B%0A%20%20%20%20%20%20%20%20%20%20%09workspace%20%3A%3D%20SourceArea%20new%5D'),
  13. messageSends: ["ifNil:", "new"],
  14. referencedClasses: [smalltalk.SourceArea]
  15. }),
  16. smalltalk.TrySmalltalkWidget);
  17. smalltalk.addMethod(
  18. unescape('_contents_'),
  19. smalltalk.method({
  20. selector: unescape('contents%3A'),
  21. category: 'accessing',
  22. fn: function (aString){
  23. var self=this;
  24. smalltalk.send(smalltalk.send(self, "_workspace", []), "_val_", [aString]);
  25. return self;},
  26. args: ["aString"],
  27. source: unescape('contents%3A%20aString%0A%09self%20workspace%20val%3A%20aString'),
  28. messageSends: ["val:", "workspace"],
  29. referencedClasses: []
  30. }),
  31. smalltalk.TrySmalltalkWidget);
  32. smalltalk.addMethod(
  33. unescape('_contents'),
  34. smalltalk.method({
  35. selector: unescape('contents'),
  36. category: 'accessing',
  37. fn: function (){
  38. var self=this;
  39. return smalltalk.send(smalltalk.send(self, "_workspace", []), "_val", []);
  40. return self;},
  41. args: [],
  42. source: unescape('contents%0A%09%5Eself%20workspace%20val'),
  43. messageSends: ["val", "workspace"],
  44. referencedClasses: []
  45. }),
  46. smalltalk.TrySmalltalkWidget);
  47. smalltalk.addMethod(
  48. unescape('_setTitle_'),
  49. smalltalk.method({
  50. selector: unescape('setTitle%3A'),
  51. category: 'accessing',
  52. fn: function (aString){
  53. var self=this;
  54. smalltalk.send(self['@header'], "_contents_", [(function(html){return smalltalk.send(html, "_with_", [aString]);})]);
  55. return self;},
  56. args: ["aString"],
  57. source: unescape('setTitle%3A%20aString%0A%09header%20contents%3A%20%5B%3Ahtml%20%7C%20html%20with%3A%20aString%5D'),
  58. messageSends: ["contents:", "with:"],
  59. referencedClasses: []
  60. }),
  61. smalltalk.TrySmalltalkWidget);
  62. smalltalk.addMethod(
  63. unescape('_renderOn_'),
  64. smalltalk.method({
  65. selector: unescape('renderOn%3A'),
  66. category: 'rendering',
  67. fn: function (html){
  68. var self=this;
  69. (function($rec){smalltalk.send($rec, "_class_", ["profStef"]);smalltalk.send($rec, "_with_", [(function(){return self['@header']=smalltalk.send(html, "_h2", []);})]);smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(smalltalk.send(self, "_workspace", []), "_renderOn_", [html]);})]);return smalltalk.send($rec, "_with_", [(function(){return smalltalk.send(self, "_renderButtonsOn_", [html]);})]);})(smalltalk.send(html, "_div", []));
  70. (function($rec){smalltalk.send($rec, "_widget_", [self]);return smalltalk.send($rec, "_showCurrentLesson", []);})(smalltalk.send((smalltalk.ProfStef || ProfStef), "_default", []));
  71. return self;},
  72. args: ["html"],
  73. source: unescape('renderOn%3A%20html%0A%09html%20div%20%0A%09%09class%3A%20%27profStef%27%3B%20%0A%09%09with%3A%20%5Bheader%20%3A%3D%20html%20h2%5D%3B%0A%09%09with%3A%20%5Bself%20workspace%20renderOn%3A%20html%5D%3B%0A%09%09with%3A%20%5Bself%20renderButtonsOn%3A%20html%5D.%0A%20%20%20%20%20%20%20%20%20%20ProfStef%20default%20%0A%09%09widget%3A%20self%3B%0A%09%09showCurrentLesson'),
  74. messageSends: ["class:", "with:", "h2", "renderOn:", "workspace", "renderButtonsOn:", "div", "widget:", "showCurrentLesson", "default"],
  75. referencedClasses: []
  76. }),
  77. smalltalk.TrySmalltalkWidget);
  78. smalltalk.addMethod(
  79. unescape('_renderButtonsOn_'),
  80. smalltalk.method({
  81. selector: unescape('renderButtonsOn%3A'),
  82. category: 'rendering',
  83. fn: function (html){
  84. var self=this;
  85. (function($rec){smalltalk.send($rec, "_with_", ["DoIt"]);smalltalk.send($rec, "_title_", [unescape("ctrl+d")]);return smalltalk.send($rec, "_onClick_", [(function(){return smalltalk.send(smalltalk.send(self, "_workspace", []), "_doIt", []);})]);})(smalltalk.send(html, "_button", []));
  86. (function($rec){smalltalk.send($rec, "_with_", ["PrintIt"]);smalltalk.send($rec, "_title_", [unescape("ctrl+p")]);return smalltalk.send($rec, "_onClick_", [(function(){return smalltalk.send(smalltalk.send(self, "_workspace", []), "_printIt", []);})]);})(smalltalk.send(html, "_button", []));
  87. (function($rec){smalltalk.send($rec, "_with_", ["InspectIt"]);smalltalk.send($rec, "_title_", [unescape("ctrl+i")]);return smalltalk.send($rec, "_onClick_", [(function(){return smalltalk.send(smalltalk.send(self, "_workspace", []), "_inspectIt", []);})]);})(smalltalk.send(html, "_button", []));
  88. return self;},
  89. args: ["html"],
  90. source: unescape('renderButtonsOn%3A%20html%0A%20%20%20%20html%20button%0A%09with%3A%20%27DoIt%27%3B%0A%09title%3A%20%27ctrl+d%27%3B%0A%09onClick%3A%20%5Bself%20workspace%20doIt%5D.%0A%20%20%20%20html%20button%0A%09with%3A%20%27PrintIt%27%3B%0A%09title%3A%20%27ctrl+p%27%3B%0A%09onClick%3A%20%5Bself%20workspace%20printIt%5D.%0A%20%20%20%20html%20button%0A%09with%3A%20%27InspectIt%27%3B%0A%09title%3A%20%27ctrl+i%27%3B%0A%09onClick%3A%20%5Bself%20workspace%20inspectIt%5D'),
  91. messageSends: ["with:", "title:", "onClick:", "doIt", "workspace", "button", "printIt", "inspectIt"],
  92. referencedClasses: []
  93. }),
  94. smalltalk.TrySmalltalkWidget);
  95. smalltalk.addClass('AbstractTutorial', smalltalk.Object, [], 'TrySmalltalk');
  96. smalltalk.AbstractTutorial.comment=unescape('Parent%20class%20of%20all%20ProfStef%20tutorials.%0A%0ATo%20create%20your%20own%20tutorial%3A%0A-%20subclass%20AbstractTutorial%0A-%20implement%20a%20few%20methods%20which%20returns%20a%20Lesson%20instance%0A-%20implement%20tutorial%20which%20returns%20a%20Collection%20of%20selectors%20to%20the%20methods%20you%27ve%20created.')
  97. smalltalk.addMethod(
  98. unescape('_indexOfLesson_'),
  99. smalltalk.method({
  100. selector: unescape('indexOfLesson%3A'),
  101. category: 'accessing',
  102. fn: function (aSelector){
  103. var self=this;
  104. return smalltalk.send(smalltalk.send(self, "_tableOfContents", []), "_indexOf_", [aSelector]);
  105. return self;},
  106. args: ["aSelector"],
  107. source: unescape('indexOfLesson%3A%20aSelector%0A%09%5Eself%20tableOfContents%20indexOf%3A%20aSelector.'),
  108. messageSends: ["indexOf:", "tableOfContents"],
  109. referencedClasses: []
  110. }),
  111. smalltalk.AbstractTutorial);
  112. smalltalk.addMethod(
  113. unescape('_tableOfContents'),
  114. smalltalk.method({
  115. selector: unescape('tableOfContents'),
  116. category: 'accessing',
  117. fn: function (){
  118. var self=this;
  119. return ["welcome", "testLesson", "theEnd"];
  120. return self;},
  121. args: [],
  122. source: unescape('tableOfContents%0A%5E%20%23%28%0A%20%20%27welcome%27%0A%20%20%27testLesson%27%0A%20%20%27theEnd%27%0A%29'),
  123. messageSends: [],
  124. referencedClasses: []
  125. }),
  126. smalltalk.AbstractTutorial);
  127. smalltalk.addMethod(
  128. unescape('_lessonAt_'),
  129. smalltalk.method({
  130. selector: unescape('lessonAt%3A'),
  131. category: 'accessing',
  132. fn: function (anInteger){
  133. var self=this;
  134. var lessonSelector=nil;
  135. lessonSelector=smalltalk.send(smalltalk.send(self, "_tableOfContents", []), "_at_", [anInteger]);
  136. return smalltalk.send(self, "_perform_", [lessonSelector]);
  137. return self;},
  138. args: ["anInteger"],
  139. source: unescape('lessonAt%3A%20anInteger%0A%09%7C%20lessonSelector%20%7C%0A%09lessonSelector%20%3A%3D%20self%20tableOfContents%20at%3A%20anInteger.%0A%09%5E%20self%20perform%3A%20lessonSelector.'),
  140. messageSends: ["at:", "tableOfContents", "perform:"],
  141. referencedClasses: []
  142. }),
  143. smalltalk.AbstractTutorial);
  144. smalltalk.addMethod(
  145. unescape('_size'),
  146. smalltalk.method({
  147. selector: unescape('size'),
  148. category: 'accessing',
  149. fn: function (){
  150. var self=this;
  151. return smalltalk.send(smalltalk.send(self, "_tableOfContents", []), "_size", []);
  152. return self;},
  153. args: [],
  154. source: unescape('size%0A%09%5E%20self%20tableOfContents%20size'),
  155. messageSends: ["size", "tableOfContents"],
  156. referencedClasses: []
  157. }),
  158. smalltalk.AbstractTutorial);
  159. smalltalk.addMethod(
  160. unescape('_welcome'),
  161. smalltalk.method({
  162. selector: unescape('welcome'),
  163. category: 'pages',
  164. fn: function (){
  165. var self=this;
  166. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Welcome", unescape("%22Hi%2C%20this%20is%20a%20test%20tutorial.%22")]);
  167. return self;},
  168. args: [],
  169. source: unescape('welcome%0A%09%5E%20Lesson%0A%09%09title%3A%20%27Welcome%27%20%0A%09%09contents%3A%20%27%22Hi%2C%20this%20is%20a%20test%20tutorial.%22%27'),
  170. messageSends: ["title:contents:"],
  171. referencedClasses: []
  172. }),
  173. smalltalk.AbstractTutorial);
  174. smalltalk.addMethod(
  175. unescape('_testLesson'),
  176. smalltalk.method({
  177. selector: unescape('testLesson'),
  178. category: 'pages',
  179. fn: function (){
  180. var self=this;
  181. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Test Lesson", unescape("%22This%20lesson%20is%20a%20test%22")]);
  182. return self;},
  183. args: [],
  184. source: unescape('testLesson%0A%09%5E%20Lesson%0A%09%09title%3A%20%27Test%20Lesson%27%20%0A%09%09contents%3A%20%27%22This%20lesson%20is%20a%20test%22%27'),
  185. messageSends: ["title:contents:"],
  186. referencedClasses: []
  187. }),
  188. smalltalk.AbstractTutorial);
  189. smalltalk.addMethod(
  190. unescape('_theEnd'),
  191. smalltalk.method({
  192. selector: unescape('theEnd'),
  193. category: 'pages',
  194. fn: function (){
  195. var self=this;
  196. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["The End", unescape("%22And%20that%27d%20be%20pretty%20much%20it%20%3A%29%22")]);
  197. return self;},
  198. args: [],
  199. source: unescape('theEnd%0A%09%5E%20Lesson%0A%09%09title%3A%20%27The%20End%27%20%0A%09%09contents%3A%20%27%22And%20that%27%27d%20be%20pretty%20much%20it%20%3A%29%22%27'),
  200. messageSends: ["title:contents:"],
  201. referencedClasses: []
  202. }),
  203. smalltalk.AbstractTutorial);
  204. smalltalk.addClass('Lesson', smalltalk.Object, ['title', 'contents'], 'TrySmalltalk');
  205. smalltalk.addMethod(
  206. unescape('_contents'),
  207. smalltalk.method({
  208. selector: unescape('contents'),
  209. category: 'accessing',
  210. fn: function (){
  211. var self=this;
  212. return (($receiver = self['@contents']) == nil || $receiver == undefined) ? (function(){return self['@contents']="";})() : $receiver;
  213. return self;},
  214. args: [],
  215. source: unescape('contents%0A%09%5E%20contents%20ifNil%3A%20%5Bcontents%20%3A%3D%20%27%27%5D'),
  216. messageSends: ["ifNil:"],
  217. referencedClasses: []
  218. }),
  219. smalltalk.Lesson);
  220. smalltalk.addMethod(
  221. unescape('_contents_'),
  222. smalltalk.method({
  223. selector: unescape('contents%3A'),
  224. category: 'accessing',
  225. fn: function (aString){
  226. var self=this;
  227. self['@contents']=aString;
  228. return self;},
  229. args: ["aString"],
  230. source: unescape('contents%3A%20aString%0A%09contents%20%3A%3D%20aString'),
  231. messageSends: [],
  232. referencedClasses: []
  233. }),
  234. smalltalk.Lesson);
  235. smalltalk.addMethod(
  236. unescape('_title_'),
  237. smalltalk.method({
  238. selector: unescape('title%3A'),
  239. category: 'accessing',
  240. fn: function (aString){
  241. var self=this;
  242. self['@title']=aString;
  243. return self;},
  244. args: ["aString"],
  245. source: unescape('title%3A%20aString%0A%09title%20%3A%3D%20aString'),
  246. messageSends: [],
  247. referencedClasses: []
  248. }),
  249. smalltalk.Lesson);
  250. smalltalk.addMethod(
  251. unescape('_title'),
  252. smalltalk.method({
  253. selector: unescape('title'),
  254. category: 'accessing',
  255. fn: function (){
  256. var self=this;
  257. return (($receiver = self['@title']) == nil || $receiver == undefined) ? (function(){return self['@title']="";})() : $receiver;
  258. return self;},
  259. args: [],
  260. source: unescape('title%0A%09%5E%20title%20ifNil%3A%20%5Btitle%20%3A%3D%20%27%27%5D'),
  261. messageSends: ["ifNil:"],
  262. referencedClasses: []
  263. }),
  264. smalltalk.Lesson);
  265. smalltalk.addMethod(
  266. unescape('_title_contents_'),
  267. smalltalk.method({
  268. selector: unescape('title%3Acontents%3A'),
  269. category: 'instance creation',
  270. fn: function (aTitle, someContents){
  271. var self=this;
  272. return (function($rec){smalltalk.send($rec, "_title_", [aTitle]);return smalltalk.send($rec, "_contents_", [someContents]);})(smalltalk.send(self, "_new", []));
  273. return self;},
  274. args: ["aTitle", "someContents"],
  275. source: unescape('title%3A%20aTitle%20contents%3A%20someContents%0A%09%5E%20%28self%20new%29%0A%09%09title%3A%20aTitle%3B%0A%09%09contents%3A%20someContents'),
  276. messageSends: ["title:", "contents:", "new"],
  277. referencedClasses: []
  278. }),
  279. smalltalk.Lesson.klass);
  280. smalltalk.addClass('TutorialPlayer', smalltalk.Object, ['tutorialPosition', 'tutorial'], 'TrySmalltalk');
  281. smalltalk.TutorialPlayer.comment=unescape('I%20can%20navigate%20through%20an%20AbstractTutorial%20subclass.%20With%20%23next%20and%20%23previous%20you%20can%20go%20forward%20and%20backward%20through%20the%20tutorial.')
  282. smalltalk.addMethod(
  283. unescape('_currentLesson'),
  284. smalltalk.method({
  285. selector: unescape('currentLesson'),
  286. category: 'accessing',
  287. fn: function (){
  288. var self=this;
  289. return smalltalk.send(smalltalk.send(self, "_tutorial", []), "_lessonAt_", [smalltalk.send(self, "_tutorialPosition", [])]);
  290. return self;},
  291. args: [],
  292. source: unescape('currentLesson%0A%09%5E%20self%20tutorial%20lessonAt%3A%20self%20tutorialPosition.'),
  293. messageSends: ["lessonAt:", "tutorial", "tutorialPosition"],
  294. referencedClasses: []
  295. }),
  296. smalltalk.TutorialPlayer);
  297. smalltalk.addMethod(
  298. unescape('_size'),
  299. smalltalk.method({
  300. selector: unescape('size'),
  301. category: 'accessing',
  302. fn: function (){
  303. var self=this;
  304. return smalltalk.send(smalltalk.send(self, "_tutorial", []), "_size", []);
  305. return self;},
  306. args: [],
  307. source: unescape('size%0A%09%5E%20self%20tutorial%20size'),
  308. messageSends: ["size", "tutorial"],
  309. referencedClasses: []
  310. }),
  311. smalltalk.TutorialPlayer);
  312. smalltalk.addMethod(
  313. unescape('_tutorial'),
  314. smalltalk.method({
  315. selector: unescape('tutorial'),
  316. category: 'accessing',
  317. fn: function (){
  318. var self=this;
  319. return (($receiver = self['@tutorial']) == nil || $receiver == undefined) ? (function(){return self['@tutorial']=smalltalk.send((smalltalk.SmalltalkSyntaxTutorial || SmalltalkSyntaxTutorial), "_new", []);})() : $receiver;
  320. return self;},
  321. args: [],
  322. source: unescape('tutorial%0A%09%5E%20tutorial%20%20ifNil%3A%20%5Btutorial%20%3A%3D%20SmalltalkSyntaxTutorial%20new%5D'),
  323. messageSends: ["ifNil:", "new"],
  324. referencedClasses: []
  325. }),
  326. smalltalk.TutorialPlayer);
  327. smalltalk.addMethod(
  328. unescape('_tutorial_'),
  329. smalltalk.method({
  330. selector: unescape('tutorial%3A'),
  331. category: 'accessing',
  332. fn: function (aTutorial){
  333. var self=this;
  334. self['@tutorial']=aTutorial;
  335. return self;},
  336. args: ["aTutorial"],
  337. source: unescape('tutorial%3A%20aTutorial%0A%09tutorial%20%3A%3D%20aTutorial'),
  338. messageSends: [],
  339. referencedClasses: []
  340. }),
  341. smalltalk.TutorialPlayer);
  342. smalltalk.addMethod(
  343. unescape('_tutorialPosition'),
  344. smalltalk.method({
  345. selector: unescape('tutorialPosition'),
  346. category: 'accessing',
  347. fn: function (){
  348. var self=this;
  349. return (($receiver = self['@tutorialPosition']) == nil || $receiver == undefined) ? (function(){smalltalk.send(self, "_rewind", []);return self['@tutorialPosition'];})() : $receiver;
  350. return self;},
  351. args: [],
  352. source: unescape('tutorialPosition%20%0A%09%5E%20tutorialPosition%20%20ifNil%3A%20%5B%0A%09%09self%20rewind.%0A%09%09tutorialPosition.%0A%09%5D.'),
  353. messageSends: ["ifNil:", "rewind"],
  354. referencedClasses: []
  355. }),
  356. smalltalk.TutorialPlayer);
  357. smalltalk.addMethod(
  358. unescape('_tutorialPosition_'),
  359. smalltalk.method({
  360. selector: unescape('tutorialPosition%3A'),
  361. category: 'accessing',
  362. fn: function (aTutorialPosition){
  363. var self=this;
  364. self['@tutorialPosition']=aTutorialPosition;
  365. return self;},
  366. args: ["aTutorialPosition"],
  367. source: unescape('tutorialPosition%3A%20aTutorialPosition%20%0A%09tutorialPosition%20%3A%3D%20aTutorialPosition'),
  368. messageSends: [],
  369. referencedClasses: []
  370. }),
  371. smalltalk.TutorialPlayer);
  372. smalltalk.addMethod(
  373. unescape('_first'),
  374. smalltalk.method({
  375. selector: unescape('first'),
  376. category: 'navigation',
  377. fn: function (){
  378. var self=this;
  379. smalltalk.send(self, "_rewind", []);
  380. return smalltalk.send(self, "_currentLesson", []);
  381. return self;},
  382. args: [],
  383. source: unescape('first%0A%09self%20rewind.%0A%09%5E%20self%20currentLesson'),
  384. messageSends: ["rewind", "currentLesson"],
  385. referencedClasses: []
  386. }),
  387. smalltalk.TutorialPlayer);
  388. smalltalk.addMethod(
  389. unescape('_last'),
  390. smalltalk.method({
  391. selector: unescape('last'),
  392. category: 'navigation',
  393. fn: function (){
  394. var self=this;
  395. self['@tutorialPosition']=smalltalk.send(self, "_size", []);
  396. return smalltalk.send(self, "_currentLesson", []);
  397. return self;},
  398. args: [],
  399. source: unescape('last%0A%09tutorialPosition%20%3A%3D%20self%20size.%0A%09%5E%20self%20currentLesson'),
  400. messageSends: ["size", "currentLesson"],
  401. referencedClasses: []
  402. }),
  403. smalltalk.TutorialPlayer);
  404. smalltalk.addMethod(
  405. unescape('_next'),
  406. smalltalk.method({
  407. selector: unescape('next'),
  408. category: 'navigation',
  409. fn: function (){
  410. var self=this;
  411. (($receiver = (($receiver = smalltalk.send(self, "_tutorialPosition", [])).klass === smalltalk.Number) ? $receiver <smalltalk.send(self, "_size", []) : smalltalk.send($receiver, "__lt", [smalltalk.send(self, "_size", [])])).klass === smalltalk.Boolean) ? ($receiver ? (function(){return self['@tutorialPosition']=(($receiver = self['@tutorialPosition']).klass === smalltalk.Number) ? $receiver +(1) : smalltalk.send($receiver, "__plus", [(1)]);})() : nil) : smalltalk.send($receiver, "_ifTrue_", [(function(){return self['@tutorialPosition']=(($receiver = self['@tutorialPosition']).klass === smalltalk.Number) ? $receiver +(1) : smalltalk.send($receiver, "__plus", [(1)]);})]);
  412. return smalltalk.send(self, "_currentLesson", []);
  413. return self;},
  414. args: [],
  415. source: unescape('next%0A%09self%20tutorialPosition%20%3C%20self%20size%0A%09%09ifTrue%3A%20%5BtutorialPosition%20%3A%3D%20tutorialPosition%20+%201%5D.%0A%09%5E%20self%20currentLesson'),
  416. messageSends: ["ifTrue:", unescape("%3C"), "tutorialPosition", "size", unescape("+"), "currentLesson"],
  417. referencedClasses: []
  418. }),
  419. smalltalk.TutorialPlayer);
  420. smalltalk.addMethod(
  421. unescape('_previous'),
  422. smalltalk.method({
  423. selector: unescape('previous'),
  424. category: 'navigation',
  425. fn: function (){
  426. var self=this;
  427. (($receiver = (($receiver = self['@tutorialPosition']).klass === smalltalk.Number) ? $receiver >(1) : smalltalk.send($receiver, "__gt", [(1)])).klass === smalltalk.Boolean) ? ($receiver ? (function(){return self['@tutorialPosition']=(($receiver = self['@tutorialPosition']).klass === smalltalk.Number) ? $receiver -(1) : smalltalk.send($receiver, "__minus", [(1)]);})() : nil) : smalltalk.send($receiver, "_ifTrue_", [(function(){return self['@tutorialPosition']=(($receiver = self['@tutorialPosition']).klass === smalltalk.Number) ? $receiver -(1) : smalltalk.send($receiver, "__minus", [(1)]);})]);
  428. return smalltalk.send(self, "_currentLesson", []);
  429. return self;},
  430. args: [],
  431. source: unescape('previous%0A%09tutorialPosition%20%3E%20%201%20ifTrue%3A%20%5BtutorialPosition%20%3A%3D%20tutorialPosition%20%20-%201%5D.%0A%09%5E%20self%20currentLesson'),
  432. messageSends: ["ifTrue:", unescape("%3E"), unescape("-"), "currentLesson"],
  433. referencedClasses: []
  434. }),
  435. smalltalk.TutorialPlayer);
  436. smalltalk.addMethod(
  437. unescape('_rewind'),
  438. smalltalk.method({
  439. selector: unescape('rewind'),
  440. category: 'navigation',
  441. fn: function (){
  442. var self=this;
  443. self['@tutorialPosition']=(1);
  444. return self;},
  445. args: [],
  446. source: unescape('rewind%0A%09tutorialPosition%20%3A%3D%201.'),
  447. messageSends: [],
  448. referencedClasses: []
  449. }),
  450. smalltalk.TutorialPlayer);
  451. smalltalk.addClass('ProfStef', smalltalk.Object, ['tutorialPlayer', 'widget'], 'TrySmalltalk');
  452. smalltalk.ProfStef.comment=unescape('A%20ProfStef%20is%20the%20Smalltalk%20teacher.%20To%20start%20the%20tutorial%2C%20evaluate%3A%0AProfStef%20go.%0A%0ATo%20go%20to%20the%20next%20lesson%20evaluate%3A%0AProfStef%20next.%0A%0ATo%20execute%20your%20own%20tutorial%3A%0AProfStef%20goOn%3A%20MyOwnTutorial%0A%0ATo%20see%20a%20table%20of%20contents%20with%20all%20defined%20tutorials%3A%0AProfStef%20contents')
  453. smalltalk.addMethod(
  454. unescape('_tutorialPlayer'),
  455. smalltalk.method({
  456. selector: unescape('tutorialPlayer'),
  457. category: 'accessing',
  458. fn: function (){
  459. var self=this;
  460. return (($receiver = self['@tutorialPlayer']) == nil || $receiver == undefined) ? (function(){return self['@tutorialPlayer']=smalltalk.send((smalltalk.TutorialPlayer || TutorialPlayer), "_new", []);})() : $receiver;
  461. return self;},
  462. args: [],
  463. source: unescape('tutorialPlayer%0A%09%5E%20tutorialPlayer%20ifNil%3A%20%5BtutorialPlayer%20%3A%3D%20TutorialPlayer%20new%5D'),
  464. messageSends: ["ifNil:", "new"],
  465. referencedClasses: [smalltalk.TutorialPlayer]
  466. }),
  467. smalltalk.ProfStef);
  468. smalltalk.addMethod(
  469. unescape('_progress'),
  470. smalltalk.method({
  471. selector: unescape('progress'),
  472. category: 'accessing',
  473. fn: function (){
  474. var self=this;
  475. return smalltalk.send(smalltalk.send(smalltalk.send(smalltalk.send(unescape("%28"), "__comma", [smalltalk.send(self, "_tutorialPositionString", [])]), "__comma", [unescape("/")]), "__comma", [smalltalk.send(self, "_tutorialSizeString", [])]), "__comma", [unescape("%29")]);
  476. return self;},
  477. args: [],
  478. source: unescape('progress%0A%09%5E%20%27%28%27%2C%20self%20tutorialPositionString%2C%20%27/%27%2C%20self%20tutorialSizeString%2C%20%27%29%27.'),
  479. messageSends: [unescape("%2C"), "tutorialPositionString", "tutorialSizeString"],
  480. referencedClasses: []
  481. }),
  482. smalltalk.ProfStef);
  483. smalltalk.addMethod(
  484. unescape('_tutorialPositionString'),
  485. smalltalk.method({
  486. selector: unescape('tutorialPositionString'),
  487. category: 'accessing',
  488. fn: function (){
  489. var self=this;
  490. return smalltalk.send(smalltalk.send(smalltalk.send(self, "_tutorialPlayer", []), "_tutorialPosition", []), "_asString", []);
  491. return self;},
  492. args: [],
  493. source: unescape('tutorialPositionString%0A%09%5E%20self%20tutorialPlayer%20tutorialPosition%20asString.'),
  494. messageSends: ["asString", "tutorialPosition", "tutorialPlayer"],
  495. referencedClasses: []
  496. }),
  497. smalltalk.ProfStef);
  498. smalltalk.addMethod(
  499. unescape('_tutorialSizeString'),
  500. smalltalk.method({
  501. selector: unescape('tutorialSizeString'),
  502. category: 'accessing',
  503. fn: function (){
  504. var self=this;
  505. return smalltalk.send(smalltalk.send(smalltalk.send(self, "_tutorialPlayer", []), "_size", []), "_asString", []);
  506. return self;},
  507. args: [],
  508. source: unescape('tutorialSizeString%0A%09%5E%20self%20tutorialPlayer%20size%20asString'),
  509. messageSends: ["asString", "size", "tutorialPlayer"],
  510. referencedClasses: []
  511. }),
  512. smalltalk.ProfStef);
  513. smalltalk.addMethod(
  514. unescape('_widget_'),
  515. smalltalk.method({
  516. selector: unescape('widget%3A'),
  517. category: 'accessing',
  518. fn: function (aWidget){
  519. var self=this;
  520. self['@widget']=aWidget;
  521. return self;},
  522. args: ["aWidget"],
  523. source: unescape('widget%3A%20aWidget%0A%09widget%20%3A%3D%20aWidget'),
  524. messageSends: [],
  525. referencedClasses: []
  526. }),
  527. smalltalk.ProfStef);
  528. smalltalk.addMethod(
  529. unescape('_showCurrentLesson'),
  530. smalltalk.method({
  531. selector: unescape('showCurrentLesson'),
  532. category: 'accessing',
  533. fn: function (){
  534. var self=this;
  535. var lesson=nil;
  536. lesson=smalltalk.send(smalltalk.send(self, "_tutorialPlayer", []), "_currentLesson", []);
  537. smalltalk.send(self['@widget'], "_contents_", [smalltalk.send(lesson, "_contents", [])]);
  538. smalltalk.send(self['@widget'], "_setTitle_", [smalltalk.send(smalltalk.send(smalltalk.send(lesson, "_title", []), "__comma", [" "]), "__comma", [smalltalk.send(self, "_progress", [])])]);
  539. return self;},
  540. args: [],
  541. source: unescape('showCurrentLesson%0A%09%7C%20lesson%20%7C%0A%09lesson%20%3A%3D%20self%20tutorialPlayer%20currentLesson.%0A%09widget%20contents%3A%20lesson%20contents.%0A%09widget%20setTitle%3A%20lesson%20title%20%2C%20%27%20%27%20%2C%20self%20progress.'),
  542. messageSends: ["currentLesson", "tutorialPlayer", "contents:", "contents", "setTitle:", unescape("%2C"), "title", "progress"],
  543. referencedClasses: []
  544. }),
  545. smalltalk.ProfStef);
  546. smalltalk.addMethod(
  547. unescape('_first'),
  548. smalltalk.method({
  549. selector: unescape('first'),
  550. category: 'navigation',
  551. fn: function (){
  552. var self=this;
  553. smalltalk.send(smalltalk.send(self, "_tutorialPlayer", []), "_first", []);
  554. return smalltalk.send(self, "_showCurrentLesson", []);
  555. return self;},
  556. args: [],
  557. source: unescape('first%0A%09self%20tutorialPlayer%20first.%0A%09%5E%20self%20showCurrentLesson.'),
  558. messageSends: ["first", "tutorialPlayer", "showCurrentLesson"],
  559. referencedClasses: []
  560. }),
  561. smalltalk.ProfStef);
  562. smalltalk.addMethod(
  563. unescape('_next'),
  564. smalltalk.method({
  565. selector: unescape('next'),
  566. category: 'navigation',
  567. fn: function (){
  568. var self=this;
  569. smalltalk.send(smalltalk.send(self, "_tutorialPlayer", []), "_next", []);
  570. return smalltalk.send(self, "_showCurrentLesson", []);
  571. return self;},
  572. args: [],
  573. source: unescape('next%0A%09self%20tutorialPlayer%20next.%0A%09%5E%20self%20showCurrentLesson.'),
  574. messageSends: ["next", "tutorialPlayer", "showCurrentLesson"],
  575. referencedClasses: []
  576. }),
  577. smalltalk.ProfStef);
  578. smalltalk.addMethod(
  579. unescape('_previous'),
  580. smalltalk.method({
  581. selector: unescape('previous'),
  582. category: 'navigation',
  583. fn: function (){
  584. var self=this;
  585. smalltalk.send(smalltalk.send(self, "_tutorialPlayer", []), "_previous", []);
  586. return smalltalk.send(self, "_showCurrentLesson", []);
  587. return self;},
  588. args: [],
  589. source: unescape('previous%0A%09self%20tutorialPlayer%20previous.%0A%09%5E%20self%20showCurrentLesson.'),
  590. messageSends: ["previous", "tutorialPlayer", "showCurrentLesson"],
  591. referencedClasses: []
  592. }),
  593. smalltalk.ProfStef);
  594. smalltalk.ProfStef.klass.iVarNames = ['instance'];
  595. smalltalk.addMethod(
  596. unescape('_default'),
  597. smalltalk.method({
  598. selector: unescape('default'),
  599. category: 'initialize',
  600. fn: function (){
  601. var self=this;
  602. return (($receiver = self['@instance']) == nil || $receiver == undefined) ? (function(){return self['@instance']=smalltalk.send(self, "_new", []);})() : $receiver;
  603. return self;},
  604. args: [],
  605. source: unescape('default%20%0A%09%5E%20instance%20ifNil%3A%20%5Binstance%20%3A%3D%20self%20new%5D'),
  606. messageSends: ["ifNil:", "new"],
  607. referencedClasses: []
  608. }),
  609. smalltalk.ProfStef.klass);
  610. smalltalk.addMethod(
  611. unescape('_first'),
  612. smalltalk.method({
  613. selector: unescape('first'),
  614. category: 'navigation',
  615. fn: function (){
  616. var self=this;
  617. return smalltalk.send(smalltalk.send(self, "_default", []), "_first", []);
  618. return self;},
  619. args: [],
  620. source: unescape('first%0A%09%5E%20self%20default%20first.'),
  621. messageSends: ["first", "default"],
  622. referencedClasses: []
  623. }),
  624. smalltalk.ProfStef.klass);
  625. smalltalk.addMethod(
  626. unescape('_previous'),
  627. smalltalk.method({
  628. selector: unescape('previous'),
  629. category: 'navigation',
  630. fn: function (){
  631. var self=this;
  632. return smalltalk.send(smalltalk.send(self, "_default", []), "_previous", []);
  633. return self;},
  634. args: [],
  635. source: unescape('previous%0A%09%5E%20self%20default%20previous.'),
  636. messageSends: ["previous", "default"],
  637. referencedClasses: []
  638. }),
  639. smalltalk.ProfStef.klass);
  640. smalltalk.addMethod(
  641. unescape('_next'),
  642. smalltalk.method({
  643. selector: unescape('next'),
  644. category: 'navigation',
  645. fn: function (){
  646. var self=this;
  647. return smalltalk.send(smalltalk.send(self, "_default", []), "_next", []);
  648. return self;},
  649. args: [],
  650. source: unescape('next%0A%09%5E%20self%20default%20next.'),
  651. messageSends: ["next", "default"],
  652. referencedClasses: []
  653. }),
  654. smalltalk.ProfStef.klass);
  655. smalltalk.addMethod(
  656. unescape('_go'),
  657. smalltalk.method({
  658. selector: unescape('go'),
  659. category: 'navigation',
  660. fn: function (){
  661. var self=this;
  662. smalltalk.send(self, "_first", []);
  663. return self;},
  664. args: [],
  665. source: unescape('go%0A%09self%20first.'),
  666. messageSends: ["first"],
  667. referencedClasses: []
  668. }),
  669. smalltalk.ProfStef.klass);
  670. smalltalk.addClass('SmalltalkSyntaxTutorial', smalltalk.AbstractTutorial, [], 'TrySmalltalk');
  671. smalltalk.SmalltalkSyntaxTutorial.comment=unescape('The%20default%20ProfStef%20tutorial%20to%20learn%20Smalltalk%20syntax')
  672. smalltalk.addMethod(
  673. unescape('_tableOfContents'),
  674. smalltalk.method({
  675. selector: unescape('tableOfContents'),
  676. category: 'contents',
  677. fn: function (){
  678. var self=this;
  679. return ["welcome", "doingVSPrinting", "printing", "basicTypesNumbers", "basicTypesString", "basicTypesArray", "basicTypesDynamicArray", "messageSyntaxUnary", "messageSyntaxBinary", "messageSyntaxKeyword", "messageSyntaxExecutionOrder", "messageSyntaxExecutionOrderParentheses", "mathematicalPrecedence", "messageSyntaxCascade", "messageSyntaxCascadeShouldNotBeHere", "blocks", "blocksAssignation", "conditionals", "loops", "iterators", "instanciation", "reflection", "reflectionContinued", "theEnd"];
  680. return self;},
  681. args: [],
  682. source: unescape('tableOfContents%0A%5E%20%23%28%09%27welcome%27%0A%09%27doingVSPrinting%27%0A%09%27printing%27%0A%0A%09%27basicTypesNumbers%27%0A%09%22%27basicTypesCharacters%27%22%0A%09%27basicTypesString%27%0A%09%22%27basicTypesSymbol%27%22%0A%09%27basicTypesArray%27%0A%09%27basicTypesDynamicArray%27%0A%0A%09%27messageSyntaxUnary%27%0A%09%27messageSyntaxBinary%27%0A%09%27messageSyntaxKeyword%27%0A%09%27messageSyntaxExecutionOrder%27%0A%09%27messageSyntaxExecutionOrderParentheses%27%0A%09%27mathematicalPrecedence%27%0A%09%27messageSyntaxCascade%27%0A%09%27messageSyntaxCascadeShouldNotBeHere%27%0A%0A%09%27blocks%27%0A%09%27blocksAssignation%27%0A%09%27conditionals%27%0A%09%27loops%27%0A%09%27iterators%27%0A%0A%09%27instanciation%27%0A%0A%09%27reflection%27%0A%09%27reflectionContinued%27%0A%09%22%27pharoEnvironment%27%22%0A%0A%09%22%27debugger%27%22%0A%09%27theEnd%27%20%29'),
  683. messageSends: [],
  684. referencedClasses: []
  685. }),
  686. smalltalk.SmalltalkSyntaxTutorial);
  687. smalltalk.addMethod(
  688. unescape('_basicTypesArray'),
  689. smalltalk.method({
  690. selector: unescape('basicTypesArray'),
  691. category: 'pages',
  692. fn: function (){
  693. var self=this;
  694. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Basic types: Array", unescape("%22Literal%20arrays%20are%20created%20at%20parse%20time%3A%22%0A%0A%23%281%202%203%29.%0A%0A%23%28%201%202%203%20%23%284%205%206%29%29%20size.%0A%0A%23%281%202%204%29%20isEmpty.%0A%0A%23%281%202%203%29%20first.%0A%0A%23%28%27hello%27%20%27Javascript%27%29%20at%3A%202%20put%3A%20%27Smalltalk%27%3B%20yourself.%0A%0AProfStef%20next.")]);
  695. return self;},
  696. args: [],
  697. source: unescape('basicTypesArray%0A%09%5E%20Lesson%0Atitle%3A%20%27Basic%20types%3A%20Array%27%20%0Acontents%3A%20%0A%27%22Literal%20arrays%20are%20created%20at%20parse%20time%3A%22%0A%0A%23%281%202%203%29.%0A%0A%23%28%201%202%203%20%23%284%205%206%29%29%20size.%0A%0A%23%281%202%204%29%20isEmpty.%0A%0A%23%281%202%203%29%20first.%0A%0A%23%28%27%27hello%27%27%20%27%27Javascript%27%27%29%20at%3A%202%20put%3A%20%27%27Smalltalk%27%27%3B%20yourself.%0A%0AProfStef%20next.%27'),
  698. messageSends: ["title:contents:"],
  699. referencedClasses: [smalltalk.Lesson]
  700. }),
  701. smalltalk.SmalltalkSyntaxTutorial);
  702. smalltalk.addMethod(
  703. unescape('_basicTypesCharacters'),
  704. smalltalk.method({
  705. selector: unescape('basicTypesCharacters'),
  706. category: 'pages',
  707. fn: function (){
  708. var self=this;
  709. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Basic types: Characters", unescape("%22A%20Character%20can%20be%20instantiated%20using%20%24%20operator%3A%22%0A%0A%24A.%0A%0A%24A%20class.%0A%0A%24B%20charCode.%0A%0ACharacter%20cr.%0A%0ACharacter%20space.%0A%0A%22You%20can%20print%20all%20256%20characters%20of%20the%20ASCII%20extended%20set%3A%22%0A%0ACharacter%20allByteCharacters.%0A%0AProfStef%20next.")]);
  710. return self;},
  711. args: [],
  712. source: unescape('basicTypesCharacters%0A%09%5E%20Lesson%0Atitle%3A%20%27Basic%20types%3A%20Characters%27%20%0Acontents%3A%20%0A%27%22A%20Character%20can%20be%20instantiated%20using%20%24%20operator%3A%22%0A%0A%24A.%0A%0A%24A%20class.%0A%0A%24B%20charCode.%0A%0ACharacter%20cr.%0A%0ACharacter%20space.%0A%0A%22You%20can%20print%20all%20256%20characters%20of%20the%20ASCII%20extended%20set%3A%22%0A%0ACharacter%20allByteCharacters.%0A%0AProfStef%20next.%27'),
  713. messageSends: ["title:contents:"],
  714. referencedClasses: [smalltalk.Lesson]
  715. }),
  716. smalltalk.SmalltalkSyntaxTutorial);
  717. smalltalk.addMethod(
  718. unescape('_basicTypesDynamicArray'),
  719. smalltalk.method({
  720. selector: unescape('basicTypesDynamicArray'),
  721. category: 'pages',
  722. fn: function (){
  723. var self=this;
  724. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Basic types: Dynamic Array", unescape("%22Dynamic%20Arrays%20are%20created%20at%20execution%20time%3A%22%0A%0A%7B%20%282+3%29%20.%20%286*6%29%20%7D.%0A%0A%7B%20%282+3%29%20.%20%286*6%29%20.%20%27hello%27%2C%20%27%20Stef%27%7D%20size.%0A%0A%0A%7B%20ProfStef%20%7D%20first%20next.")]);
  725. return self;},
  726. args: [],
  727. source: unescape('basicTypesDynamicArray%0A%09%5E%20Lesson%0Atitle%3A%20%27Basic%20types%3A%20Dynamic%20Array%27%20%0Acontents%3A%20%0A%27%22Dynamic%20Arrays%20are%20created%20at%20execution%20time%3A%22%0A%0A%7B%20%282+3%29%20.%20%286*6%29%20%7D.%0A%0A%7B%20%282+3%29%20.%20%286*6%29%20.%20%27%27hello%27%27%2C%20%27%27%20Stef%27%27%7D%20size.%0A%0A%0A%7B%20ProfStef%20%7D%20first%20next.%27'),
  728. messageSends: ["title:contents:"],
  729. referencedClasses: [smalltalk.Lesson]
  730. }),
  731. smalltalk.SmalltalkSyntaxTutorial);
  732. smalltalk.addMethod(
  733. unescape('_basicTypesNumbers'),
  734. smalltalk.method({
  735. selector: unescape('basicTypesNumbers'),
  736. category: 'pages',
  737. fn: function (){
  738. var self=this;
  739. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Basic types: Numbers", unescape("%22You%20now%20know%20how%20to%20execute%20Smalltalk%20code.%20%0A%0ANow%20let%27s%20talk%20about%20basic%20objects.%0A%0A1%2C%202%2C%20100%2C%202/3%20...%20are%20Numbers%2C%20and%20respond%20to%20many%20messages%20evaluating%20mathematical%20expressions.%0AEvaluate%20these%20ones%3A%22%0A%0A2.%0A%0A%281/3%29.%0A%0A%281/3%29%20+%20%284/5%29.%0A%0A%2818/5%29%20rounded.%0A%0A1%20class.%0A%0A1%20negated.%0A%0A1%20negated%20negated.%0A%0A%281%20+%203%29%20odd.%0A%0AProfStef%20next.")]);
  740. return self;},
  741. args: [],
  742. source: unescape('basicTypesNumbers%0A%09%5E%20Lesson%0Atitle%3A%20%27Basic%20types%3A%20Numbers%27%20%0Acontents%3A%20%0A%27%22You%20now%20know%20how%20to%20execute%20Smalltalk%20code.%20%0A%0ANow%20let%27%27s%20talk%20about%20basic%20objects.%0A%0A1%2C%202%2C%20100%2C%202/3%20...%20are%20Numbers%2C%20and%20respond%20to%20many%20messages%20evaluating%20mathematical%20expressions.%0AEvaluate%20these%20ones%3A%22%0A%0A2.%0A%0A%281/3%29.%0A%0A%281/3%29%20+%20%284/5%29.%0A%0A%2818/5%29%20rounded.%0A%0A1%20class.%0A%0A1%20negated.%0A%0A1%20negated%20negated.%0A%0A%281%20+%203%29%20odd.%0A%0AProfStef%20next.%27'),
  743. messageSends: ["title:contents:"],
  744. referencedClasses: [smalltalk.Lesson]
  745. }),
  746. smalltalk.SmalltalkSyntaxTutorial);
  747. smalltalk.addMethod(
  748. unescape('_basicTypesString'),
  749. smalltalk.method({
  750. selector: unescape('basicTypesString'),
  751. category: 'pages',
  752. fn: function (){
  753. var self=this;
  754. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Basic types: Strings", unescape("%22A%20String%20is%20a%20collection%20of%20characters.%20Use%20single%20quotes%20to%20create%20a%20String%20object.%20Print%20these%20expressions%3A%22%0A%0A%27ProfStef%27.%0A%0A%27ProfStef%27%20size.%0A%0A%27abc%27%20asUppercase.%0A%0A%27Hello%20World%27%20reversed.%20%0A%0A%22You%20can%20access%20each%20character%20using%20at%3A%20message%22%0A%0A%27ProfStef%27%20at%3A%201.%0A%0A%22String%20concatenation%20uses%20the%20comma%20operator%3A%22%0A%0A%27ProfStef%27%2C%20%27%20is%20cool%27.%0A%0AProfStef%20next.")]);
  755. return self;},
  756. args: [],
  757. source: unescape('basicTypesString%0A%09%5E%20Lesson%0Atitle%3A%20%27Basic%20types%3A%20Strings%27%20%0Acontents%3A%20%0A%27%22A%20String%20is%20a%20collection%20of%20characters.%20Use%20single%20quotes%20to%20create%20a%20String%20object.%20Print%20these%20expressions%3A%22%0A%0A%27%27ProfStef%27%27.%0A%0A%27%27ProfStef%27%27%20size.%0A%0A%27%27abc%27%27%20asUppercase.%0A%0A%27%27Hello%20World%27%27%20reversed.%20%0A%0A%22You%20can%20access%20each%20character%20using%20at%3A%20message%22%0A%0A%27%27ProfStef%27%27%20at%3A%201.%0A%0A%22String%20concatenation%20uses%20the%20comma%20operator%3A%22%0A%0A%27%27ProfStef%27%27%2C%20%27%27%20is%20cool%27%27.%0A%0AProfStef%20next.%27'),
  758. messageSends: ["title:contents:"],
  759. referencedClasses: [smalltalk.Lesson]
  760. }),
  761. smalltalk.SmalltalkSyntaxTutorial);
  762. smalltalk.addMethod(
  763. unescape('_basicTypesSymbol'),
  764. smalltalk.method({
  765. selector: unescape('basicTypesSymbol'),
  766. category: 'pages',
  767. fn: function (){
  768. var self=this;
  769. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Basic types: Symbols", unescape("%22A%20Symbol%20is%20a%20String%20which%20is%20guaranteed%20to%20be%20globally%20unique.%20%0A%0AThere%20is%20one%20and%20only%20one%20Symbol%20%23ProfStef.%20There%20may%20be%20several%20%27ProfStef%27%20String%20objects.%0A%0A%28Message%20%3D%3D%20returns%20true%20if%20the%20two%20objects%20are%20the%20SAME%29%22%0A%0A%27ProfStef%27%20asSymbol.%0A%0A%23ProfStef%20asString.%0A%0A%282%20asString%29%20%3D%3D%20%282%20asString%29.%0A%0A%282%20asString%29%20asSymbol%20%3D%3D%20%282%20asString%29%20asSymbol.%0A%0A%0A%28Smalltalk%20at%3A%20%23ProfStef%29%20next.")]);
  770. return self;},
  771. args: [],
  772. source: unescape('basicTypesSymbol%0A%09%5E%20Lesson%0Atitle%3A%20%27Basic%20types%3A%20Symbols%27%20%0Acontents%3A%20%0A%27%22A%20Symbol%20is%20a%20String%20which%20is%20guaranteed%20to%20be%20globally%20unique.%20%0A%0AThere%20is%20one%20and%20only%20one%20Symbol%20%23ProfStef.%20There%20may%20be%20several%20%27%27ProfStef%27%27%20String%20objects.%0A%0A%28Message%20%3D%3D%20returns%20true%20if%20the%20two%20objects%20are%20the%20SAME%29%22%0A%0A%27%27ProfStef%27%27%20asSymbol.%0A%0A%23ProfStef%20asString.%0A%0A%282%20asString%29%20%3D%3D%20%282%20asString%29.%0A%0A%282%20asString%29%20asSymbol%20%3D%3D%20%282%20asString%29%20asSymbol.%0A%0A%0A%28Smalltalk%20at%3A%20%23ProfStef%29%20next.%27'),
  773. messageSends: ["title:contents:"],
  774. referencedClasses: [smalltalk.Lesson]
  775. }),
  776. smalltalk.SmalltalkSyntaxTutorial);
  777. smalltalk.addMethod(
  778. unescape('_blocks'),
  779. smalltalk.method({
  780. selector: unescape('blocks'),
  781. category: 'pages',
  782. fn: function (){
  783. var self=this;
  784. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Blocks", unescape("%22Cascade%20is%20cool%20%21%20Let%27s%20talk%20about%20blocks.%0A%0ABlocks%20are%20anonymous%20methods%20that%20can%20be%20stored%20into%20variables%20and%20executed%20on%20demand.%0A%0ABlocks%20are%20delimited%20by%20square%20brackets%3A%20%5B%5D%22%0A%0A%5BTranscript%20open%5D.%0A%0A%22does%20not%20open%20a%20Transcript%20because%20the%20block%20is%20not%20executed.%0A%0AHere%20is%20a%20block%20that%20adds%202%20to%20its%20argument%20%28its%20argument%20is%20named%20x%29%3A%22%0A%0A%5B%3Ax%20%7C%20x+2%5D.%0A%0A%22We%20can%20execute%20a%20block%20by%20sending%20it%20value%20messages.%22%0A%0A%5B%3Ax%20%7C%20x+2%5D%20value%3A%205.%0A%0A%5BTranscript%20open%5D%20value.%0A%0A%5B%3Ax%20%7C%20x+2%5D%20value%3A%2010.%0A%0A%5B%3Ax%20%3Ay%7C%20x%20+%20y%5D%20value%3A3%20value%3A5.%0A%0A%5BProfStef%20next%5D%20value.")]);
  785. return self;},
  786. args: [],
  787. source: unescape('blocks%0A%09%5E%20Lesson%0Atitle%3A%20%27Blocks%27%20%0Acontents%3A%20%0A%27%22Cascade%20is%20cool%20%21%20Let%27%27s%20talk%20about%20blocks.%0A%0ABlocks%20are%20anonymous%20methods%20that%20can%20be%20stored%20into%20variables%20and%20executed%20on%20demand.%0A%0ABlocks%20are%20delimited%20by%20square%20brackets%3A%20%5B%5D%22%0A%0A%5BTranscript%20open%5D.%0A%0A%22does%20not%20open%20a%20Transcript%20because%20the%20block%20is%20not%20executed.%0A%0AHere%20is%20a%20block%20that%20adds%202%20to%20its%20argument%20%28its%20argument%20is%20named%20x%29%3A%22%0A%0A%5B%3Ax%20%7C%20x+2%5D.%0A%0A%22We%20can%20execute%20a%20block%20by%20sending%20it%20value%20messages.%22%0A%0A%5B%3Ax%20%7C%20x+2%5D%20value%3A%205.%0A%0A%5BTranscript%20open%5D%20value.%0A%0A%5B%3Ax%20%7C%20x+2%5D%20value%3A%2010.%0A%0A%5B%3Ax%20%3Ay%7C%20x%20+%20y%5D%20value%3A3%20value%3A5.%0A%0A%5BProfStef%20next%5D%20value.%27'),
  788. messageSends: ["title:contents:"],
  789. referencedClasses: [smalltalk.Lesson]
  790. }),
  791. smalltalk.SmalltalkSyntaxTutorial);
  792. smalltalk.addMethod(
  793. unescape('_blocksAssignation'),
  794. smalltalk.method({
  795. selector: unescape('blocksAssignation'),
  796. category: 'pages',
  797. fn: function (){
  798. var self=this;
  799. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Block assignation", unescape("%22Blocks%20can%20be%20assigned%20to%20a%20variable%20then%20executed%20later.%0A%0ANote%20that%20%7Cb%7C%20is%20the%20declaration%20of%20a%20variable%20named%20%27b%27%20and%20that%20%27%3A%3D%27%20assigns%20a%20value%20to%20a%20variable.%0A%0ASelect%20the%20three%20lines%20then%20Print%20It%3A%22%0A%0A%7Cb%7C%0Ab%20%3A%3D%20%5B%3Ax%20%7C%20x+2%5D.%0Ab%20value%3A%2012.%0A%0A%0AProfStef%20next.")]);
  800. return self;},
  801. args: [],
  802. source: unescape('blocksAssignation%0A%09%5E%20Lesson%0Atitle%3A%20%27Block%20assignation%27%20%0Acontents%3A%20%0A%27%22Blocks%20can%20be%20assigned%20to%20a%20variable%20then%20executed%20later.%0A%0ANote%20that%20%7Cb%7C%20is%20the%20declaration%20of%20a%20variable%20named%20%27%27b%27%27%20and%20that%20%27%27%3A%3D%27%27%20assigns%20a%20value%20to%20a%20variable.%0A%0ASelect%20the%20three%20lines%20then%20Print%20It%3A%22%0A%0A%7Cb%7C%0Ab%20%3A%3D%20%5B%3Ax%20%7C%20x+2%5D.%0Ab%20value%3A%2012.%0A%0A%0AProfStef%20next.%27'),
  803. messageSends: ["title:contents:"],
  804. referencedClasses: [smalltalk.Lesson]
  805. }),
  806. smalltalk.SmalltalkSyntaxTutorial);
  807. smalltalk.addMethod(
  808. unescape('_conditionals'),
  809. smalltalk.method({
  810. selector: unescape('conditionals'),
  811. category: 'pages',
  812. fn: function (){
  813. var self=this;
  814. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Conditionals", unescape("%22Conditionals%20are%20just%20messages%20sent%20to%20Boolean%20objects%22%0A%0A1%20%3C%202%0A%20%20ifTrue%3A%20%5B100%5D%0A%20%20ifFalse%3A%20%5B42%5D.%0A%0A%22Here%20the%20message%20is%20ifTrue%3AifFalse%0A%0ATry%20this%3A%22%0A%0ATranscript%20open.%0A%0A3%20%3E%2010%20%0A%09ifTrue%3A%20%5BTranscript%20show%3A%20%27maybe%20there%27%27s%20a%20bug%20....%27%5D%0A%09ifFalse%3A%20%5BTranscript%20show%3A%20%27No%20%3A%203%20is%20less%20than%2010%27%5D.%0A%0A3%20%3D%203%20ifTrue%3A%20%5BProfStef%20next%5D.")]);
  815. return self;},
  816. args: [],
  817. source: unescape('conditionals%0A%09%5E%20Lesson%0Atitle%3A%20%27Conditionals%27%20%0Acontents%3A%20%0A%27%22Conditionals%20are%20just%20messages%20sent%20to%20Boolean%20objects%22%0A%0A1%20%3C%202%0A%20%20ifTrue%3A%20%5B100%5D%0A%20%20ifFalse%3A%20%5B42%5D.%0A%0A%22Here%20the%20message%20is%20ifTrue%3AifFalse%0A%0ATry%20this%3A%22%0A%0ATranscript%20open.%0A%0A3%20%3E%2010%20%0A%09ifTrue%3A%20%5BTranscript%20show%3A%20%27%27maybe%20there%27%27%27%27s%20a%20bug%20....%27%27%5D%0A%09ifFalse%3A%20%5BTranscript%20show%3A%20%27%27No%20%3A%203%20is%20less%20than%2010%27%27%5D.%0A%0A3%20%3D%203%20ifTrue%3A%20%5BProfStef%20next%5D.%27.'),
  818. messageSends: ["title:contents:"],
  819. referencedClasses: [smalltalk.Lesson]
  820. }),
  821. smalltalk.SmalltalkSyntaxTutorial);
  822. smalltalk.addMethod(
  823. unescape('_debugger'),
  824. smalltalk.method({
  825. selector: unescape('debugger'),
  826. category: 'pages',
  827. fn: function (){
  828. var self=this;
  829. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Debugger", unescape("%22The%20Debugger%20may%20be%20the%20most%20famous%20tool%20of%20Smalltalk%20environments.%20It%20will%20open%20as%20soon%20as%20an%20unmanaged%20Exception%20occurs.%20%0A%0AThe%20following%20code%20will%20open%20the%20debugger.%0A%0A***This%20should%20be%20rethought%20completely***%22%0A%0A%0A%20")]);
  830. return self;},
  831. args: [],
  832. source: unescape('debugger%0A%09%5E%20Lesson%0Atitle%3A%20%27Debugger%27%20%0Acontents%3A%20%27%22The%20Debugger%20may%20be%20the%20most%20famous%20tool%20of%20Smalltalk%20environments.%20It%20will%20open%20as%20soon%20as%20an%20unmanaged%20Exception%20occurs.%20%0A%0AThe%20following%20code%20will%20open%20the%20debugger.%0A%0A***This%20should%20be%20rethought%20completely***%22%0A%0A%0A%20%27'),
  833. messageSends: ["title:contents:"],
  834. referencedClasses: [smalltalk.Lesson]
  835. }),
  836. smalltalk.SmalltalkSyntaxTutorial);
  837. smalltalk.addMethod(
  838. unescape('_doingVSPrinting'),
  839. smalltalk.method({
  840. selector: unescape('doingVSPrinting'),
  841. category: 'pages',
  842. fn: function (){
  843. var self=this;
  844. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Doing VS Printing: Doing", unescape("%22Cool%20%21%20%28I%20like%20to%20say%20Cooool%20%3A%29%20%29.%20You%27ve%20just%20executed%20a%20Smalltalk%20expression.%20More%20precisely%2C%20you%20sent%20the%20message%20%27next%27%20to%0AProfStef%20class%20%28it%27s%20me%20%21%29.%0A%0ANote%20you%20can%20run%20this%20tutorial%20again%20by%20evaluating%3A%20%27ProfStef%20go%27.%20%0A%27ProfStef%20previous%27%20returns%20to%20the%20previous%20lesson.%0A%0AYou%20can%20also%20Do%20It%20using%20the%20keyboard%20shortcut%20%27CTRL%20d%27%0A%0ATry%20to%20evaluate%20this%20expression%3A%22%0A%0Awindow%20alert%3A%20%27hello%20world%21%27.%0A%0A%22Then%20go%20to%20the%20next%20lesson%3A%22%0A%0AProfStef%20next.")]);
  845. return self;},
  846. args: [],
  847. source: unescape('doingVSPrinting%20%0A%09%5E%20Lesson%0Atitle%3A%20%27Doing%20VS%20Printing%3A%20Doing%27%20%0Acontents%3A%20%0A%27%22Cool%20%21%20%28I%20like%20to%20say%20Cooool%20%3A%29%20%29.%20You%27%27ve%20just%20executed%20a%20Smalltalk%20expression.%20More%20precisely%2C%20you%20sent%20the%20message%20%27%27next%27%27%20to%0AProfStef%20class%20%28it%27%27s%20me%20%21%29.%0A%0ANote%20you%20can%20run%20this%20tutorial%20again%20by%20evaluating%3A%20%27%27ProfStef%20go%27%27.%20%0A%27%27ProfStef%20previous%27%27%20returns%20to%20the%20previous%20lesson.%0A%0AYou%20can%20also%20Do%20It%20using%20the%20keyboard%20shortcut%20%27%27CTRL%20d%27%27%0A%0ATry%20to%20evaluate%20this%20expression%3A%22%0A%0Awindow%20alert%3A%20%27%27hello%20world%21%27%27.%0A%0A%22Then%20go%20to%20the%20next%20lesson%3A%22%0A%0AProfStef%20next.%27'),
  848. messageSends: ["title:contents:"],
  849. referencedClasses: [smalltalk.Lesson]
  850. }),
  851. smalltalk.SmalltalkSyntaxTutorial);
  852. smalltalk.addMethod(
  853. unescape('_instanciation'),
  854. smalltalk.method({
  855. selector: unescape('instanciation'),
  856. category: 'pages',
  857. fn: function (){
  858. var self=this;
  859. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Instanciation", unescape("%22Objects%20are%20instances%20of%20their%20class.%20Usually%2C%20we%20send%20the%20message%20%23new%20to%20a%20class%20for%20creating%20an%20instance%20of%20this%20class.%0A%0AFor%20example%2C%20let%27s%20create%20an%20instance%20of%20the%20class%20Array%3A%22%0A%0AArray%20new%0A%09add%3A%20%27Some%20text%27%3B%0A%09add%3A%203.%3B%0A%09yourself.%0A%0A%22See%20the%20array%20we%27ve%20created%3F%20Actually%2C%20%23%28%27Some%20text%27%203%29%20is%20just%20a%20shorthand%20for%20instantiating%20arrays.%22%0A%0A%22If%20we%20use%20a%20variable%20to%20keep%20track%20of%20this%20object%2C%20we%27ll%20be%20able%20to%20do%20stuff%20with%20it.%22%0A%0A%22The%20following%20code%20must%20be%20ran%20all%20at%20one%2C%20as%20the%20%27anArray%27%20variable%20will%20cease%20to%20exist%20once%20the%20execution%20finishes%3A%22%0A%0A%7CanArray%7C%0A%0AanArray%20%3A%3D%20Array%20new%0A%09add%3A%20%27Some%20text%27%3B%0A%09add%3A%203%3B%0A%09yourself%3B%0A%0ATranscript%20show%3A%20anArray%3B%20cr.%0A%0AanArray%20remove%3A%203.%0A%0ATranscript%20show%3A%20anArray%3B%20cr.%0A%0AanArray%20add%3A%20%27Some%20more%20text%21%27.%0A%0ATranscript%20show%3A%20anArray%3B%20cr.%0A%09%0A%22I%27ll%20put%20myself%20in%20an%20instance%20of%20a%20class%20named%20Dictionary%20and%20go%20to%20the%20next%20lesson%3A%22%0A%0A%28%28Dictionary%20new%20add%3A%20%28%27move%20on%21%27%20-%3E%20ProfStef%29%29%20at%3A%20%27move%20on%21%27%29%20next")]);
  860. return self;},
  861. args: [],
  862. source: unescape('instanciation%0A%09%5E%20Lesson%0Atitle%3A%20%27Instanciation%27%20%0Acontents%3A%20%0A%27%22Objects%20are%20instances%20of%20their%20class.%20Usually%2C%20we%20send%20the%20message%20%23new%20to%20a%20class%20for%20creating%20an%20instance%20of%20this%20class.%0A%0AFor%20example%2C%20let%27%27s%20create%20an%20instance%20of%20the%20class%20Array%3A%22%0A%0AArray%20new%0A%09add%3A%20%27%27Some%20text%27%27%3B%0A%09add%3A%203.%3B%0A%09yourself.%0A%0A%22See%20the%20array%20we%27%27ve%20created%3F%20Actually%2C%20%23%28%27%27Some%20text%27%27%203%29%20is%20just%20a%20shorthand%20for%20instantiating%20arrays.%22%0A%0A%22If%20we%20use%20a%20variable%20to%20keep%20track%20of%20this%20object%2C%20we%27%27ll%20be%20able%20to%20do%20stuff%20with%20it.%22%0A%0A%22The%20following%20code%20must%20be%20ran%20all%20at%20one%2C%20as%20the%20%27%27anArray%27%27%20variable%20will%20cease%20to%20exist%20once%20the%20execution%20finishes%3A%22%0A%0A%7CanArray%7C%0A%0AanArray%20%3A%3D%20Array%20new%0A%09add%3A%20%27%27Some%20text%27%27%3B%0A%09add%3A%203%3B%0A%09yourself%3B%0A%0ATranscript%20show%3A%20anArray%3B%20cr.%0A%0AanArray%20remove%3A%203.%0A%0ATranscript%20show%3A%20anArray%3B%20cr.%0A%0AanArray%20add%3A%20%27%27Some%20more%20text%21%27%27.%0A%0ATranscript%20show%3A%20anArray%3B%20cr.%0A%09%0A%22I%27%27ll%20put%20myself%20in%20an%20instance%20of%20a%20class%20named%20Dictionary%20and%20go%20to%20the%20next%20lesson%3A%22%0A%0A%28%28Dictionary%20new%20add%3A%20%28%27%27move%20on%21%27%27%20-%3E%20ProfStef%29%29%20at%3A%20%27%27move%20on%21%27%27%29%20next%27'),
  863. messageSends: ["title:contents:"],
  864. referencedClasses: [smalltalk.Lesson]
  865. }),
  866. smalltalk.SmalltalkSyntaxTutorial);
  867. smalltalk.addMethod(
  868. unescape('_iterators'),
  869. smalltalk.method({
  870. selector: unescape('iterators'),
  871. category: 'pages',
  872. fn: function (){
  873. var self=this;
  874. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Iterators", unescape("%22The%20message%20do%3A%20is%20sent%20to%20a%20collection%20of%20objects%20%28Array%2C%20Dictionary%2C%20String%2C%20etc%29%2C%20evaluating%20the%20block%20for%20each%20element.%0A%0AHere%20we%20want%20to%20print%20all%20the%20numbers%20on%20the%20Transcript%20%28a%20console%29%22%0A%0A%23%2811%2038%203%20-2%2010%29%20do%3A%20%5B%3Aeach%20%7C%0A%20%20%20%20%20Transcript%20show%3A%20each%20printString%3B%20cr%5D.%0A%0A%22Some%20other%20really%20nice%20iterators%22%0A%0A%23%2811%2038%203%20-2%2010%29%20collect%3A%20%5B%3Aeach%20%7C%20each%20negated%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20collect%3A%20%5B%3Aeach%20%7C%20each%20odd%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20select%3A%20%5B%3Aeach%20%7C%20each%20odd%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20select%3A%20%5B%3Aeach%20%7C%20each%20%3E%2010%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20reject%3A%20%5B%3Aeach%20%7C%20each%20%3E%2010%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20%0A%20%20%20%20%20do%3A%20%5B%3Aeach%20%7C%20Transcript%20show%3A%20each%20printString%5D%0A%20%20%20%20%20separatedBy%3A%20%5BTranscript%20show%3A%20%27.%27%5D.%0A%0A%0A%28Smalltalk%20current%20classes%20select%3A%20%5B%3AeachClass%20%7C%20eachClass%20name%20%3D%20%27ProfStef%27%5D%29%20do%3A%20%5B%3AeachProfstef%20%7C%20eachProfstef%20next%5D.")]);
  875. return self;},
  876. args: [],
  877. source: unescape('iterators%0A%09%5E%20Lesson%0Atitle%3A%20%27Iterators%27%20%0Acontents%3A%20%0A%27%22The%20message%20do%3A%20is%20sent%20to%20a%20collection%20of%20objects%20%28Array%2C%20Dictionary%2C%20String%2C%20etc%29%2C%20evaluating%20the%20block%20for%20each%20element.%0A%0AHere%20we%20want%20to%20print%20all%20the%20numbers%20on%20the%20Transcript%20%28a%20console%29%22%0A%0A%23%2811%2038%203%20-2%2010%29%20do%3A%20%5B%3Aeach%20%7C%0A%20%20%20%20%20Transcript%20show%3A%20each%20printString%3B%20cr%5D.%0A%0A%22Some%20other%20really%20nice%20iterators%22%0A%0A%23%2811%2038%203%20-2%2010%29%20collect%3A%20%5B%3Aeach%20%7C%20each%20negated%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20collect%3A%20%5B%3Aeach%20%7C%20each%20odd%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20select%3A%20%5B%3Aeach%20%7C%20each%20odd%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20select%3A%20%5B%3Aeach%20%7C%20each%20%3E%2010%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20reject%3A%20%5B%3Aeach%20%7C%20each%20%3E%2010%5D.%0A%0A%23%2811%2038%203%20-2%2010%29%20%0A%20%20%20%20%20do%3A%20%5B%3Aeach%20%7C%20Transcript%20show%3A%20each%20printString%5D%0A%20%20%20%20%20separatedBy%3A%20%5BTranscript%20show%3A%20%27%27.%27%27%5D.%0A%0A%0A%28Smalltalk%20current%20classes%20select%3A%20%5B%3AeachClass%20%7C%20eachClass%20name%20%3D%20%27%27ProfStef%27%27%5D%29%20do%3A%20%5B%3AeachProfstef%20%7C%20eachProfstef%20next%5D.%27'),
  878. messageSends: ["title:contents:"],
  879. referencedClasses: [smalltalk.Lesson]
  880. }),
  881. smalltalk.SmalltalkSyntaxTutorial);
  882. smalltalk.addMethod(
  883. unescape('_loops'),
  884. smalltalk.method({
  885. selector: unescape('loops'),
  886. category: 'pages',
  887. fn: function (){
  888. var self=this;
  889. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Loops", unescape("%22Loops%20are%20high-level%20collection%20iterators%2C%20implemented%20as%20regular%20methods.%22%0A%0A%22Basic%20loops%3A%0A%20%20to%3Ado%3A%0A%20%20to%3Aby%3Ado%22%0A%0A1%20to%3A%20100%20do%3A%0A%20%20%5B%3Ai%20%7C%20Transcript%20show%3A%20i%20asString%3B%20cr%20%5D.%0A%0A1%20to%3A%20100%20by%3A%203%20do%3A%20%5B%3Ai%20%7C%20Transcript%20show%3A%20i%20asString%3B%20cr%5D.%0A%0A100%20to%3A%200%20by%3A%20-2%20do%3A%20%0A%20%20%20%20%5B%3Ai%20%7C%20Transcript%20show%3A%20i%20asString%3B%20cr%5D.%0A%0A1%20to%3A%201%20do%3A%20%5B%3Ai%20%7C%20ProfStef%20next%5D.")]);
  890. return self;},
  891. args: [],
  892. source: unescape('loops%0A%09%5E%20Lesson%0Atitle%3A%20%27Loops%27%20%0Acontents%3A%20%0A%27%22Loops%20are%20high-level%20collection%20iterators%2C%20implemented%20as%20regular%20methods.%22%0A%0A%22Basic%20loops%3A%0A%20%20to%3Ado%3A%0A%20%20to%3Aby%3Ado%22%0A%0A1%20to%3A%20100%20do%3A%0A%20%20%5B%3Ai%20%7C%20Transcript%20show%3A%20i%20asString%3B%20cr%20%5D.%0A%0A1%20to%3A%20100%20by%3A%203%20do%3A%20%5B%3Ai%20%7C%20Transcript%20show%3A%20i%20asString%3B%20cr%5D.%0A%0A100%20to%3A%200%20by%3A%20-2%20do%3A%20%0A%20%20%20%20%5B%3Ai%20%7C%20Transcript%20show%3A%20i%20asString%3B%20cr%5D.%0A%0A1%20to%3A%201%20do%3A%20%5B%3Ai%20%7C%20ProfStef%20next%5D.%27'),
  893. messageSends: ["title:contents:"],
  894. referencedClasses: [smalltalk.Lesson]
  895. }),
  896. smalltalk.SmalltalkSyntaxTutorial);
  897. smalltalk.addMethod(
  898. unescape('_mathematicalPrecedence'),
  899. smalltalk.method({
  900. selector: unescape('mathematicalPrecedence'),
  901. category: 'pages',
  902. fn: function (){
  903. var self=this;
  904. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Mathematical precedence", unescape("%22Traditional%20precedence%20rules%20from%20mathematics%20do%20not%20follow%20in%20Smalltalk.%22%0A%0A2%20*%2010%20+%202.%0A%0A%22Here%20the%20message%20*%20is%20sent%20to%202%2C%20which%20answers%2020%2C%20then%2020%20receive%20the%20message%20+%0A%0ARemember%20that%20all%20messages%20always%20follow%20a%20simple%20left-to-right%20precedence%20rule%2C%20*%20without%20exceptions%20*.%22%0A%0A2%20+%202%20*%2010.%0A%0A2%20+%20%282%20*%2010%29.%0A%0A8%20-%205%20/%202.%0A%0A%288%20-%205%29%20/%202.%0A%0A8%20-%20%285%20/%202%29.%0A%0AProfStef%20next.")]);
  905. return self;},
  906. args: [],
  907. source: unescape('mathematicalPrecedence%0A%09%5E%20Lesson%0Atitle%3A%20%27Mathematical%20precedence%27%0Acontents%3A%20%0A%27%22Traditional%20precedence%20rules%20from%20mathematics%20do%20not%20follow%20in%20Smalltalk.%22%0A%0A2%20*%2010%20+%202.%0A%0A%22Here%20the%20message%20*%20is%20sent%20to%202%2C%20which%20answers%2020%2C%20then%2020%20receive%20the%20message%20+%0A%0ARemember%20that%20all%20messages%20always%20follow%20a%20simple%20left-to-right%20precedence%20rule%2C%20*%20without%20exceptions%20*.%22%0A%0A2%20+%202%20*%2010.%0A%0A2%20+%20%282%20*%2010%29.%0A%0A8%20-%205%20/%202.%0A%0A%288%20-%205%29%20/%202.%0A%0A8%20-%20%285%20/%202%29.%0A%0AProfStef%20next.%27'),
  908. messageSends: ["title:contents:"],
  909. referencedClasses: [smalltalk.Lesson]
  910. }),
  911. smalltalk.SmalltalkSyntaxTutorial);
  912. smalltalk.addMethod(
  913. unescape('_messageSyntaxBinary'),
  914. smalltalk.method({
  915. selector: unescape('messageSyntaxBinary'),
  916. category: 'pages',
  917. fn: function (){
  918. var self=this;
  919. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Message syntax: Binary messages", unescape("%22Binary%20messages%20have%20the%20following%20form%3A%0A%20%20%20%20anObject%20+%20anotherObject%22%0A%0A3%20*%202.%0A%0ADate%20today%20year%20%3D%202011.%0A%0Afalse%20%7C%20false.%0A%0Atrue%20%26%20true.%0A%0Atrue%20%26%20false.%0A%0A10%20@%20100.%0A%0A10%20%3C%3D%2012.%0A%0A%27ab%27%2C%20%27cd%27.%0A%0AProfStef%20next.")]);
  920. return self;},
  921. args: [],
  922. source: unescape('messageSyntaxBinary%0A%09%5E%20Lesson%0Atitle%3A%20%27Message%20syntax%3A%20Binary%20messages%27%20%0Acontents%3A%20%0A%27%22Binary%20messages%20have%20the%20following%20form%3A%0A%20%20%20%20anObject%20+%20anotherObject%22%0A%0A3%20*%202.%0A%0ADate%20today%20year%20%3D%202011.%0A%0Afalse%20%7C%20false.%0A%0Atrue%20%26%20true.%0A%0Atrue%20%26%20false.%0A%0A10%20@%20100.%0A%0A10%20%3C%3D%2012.%0A%0A%27%27ab%27%27%2C%20%27%27cd%27%27.%0A%0AProfStef%20next.%27'),
  923. messageSends: ["title:contents:"],
  924. referencedClasses: [smalltalk.Lesson]
  925. }),
  926. smalltalk.SmalltalkSyntaxTutorial);
  927. smalltalk.addMethod(
  928. unescape('_messageSyntaxCascade'),
  929. smalltalk.method({
  930. selector: unescape('messageSyntaxCascade'),
  931. category: 'pages',
  932. fn: function (){
  933. var self=this;
  934. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Message syntax: Cascade", unescape("%22%3B%20is%20the%20cascade%20operator.%20It%27s%20useful%20to%20send%20message%20to%20the%20SAME%20receiver%0AOpen%20a%20Transcript%20%28console%29%3A%22%0A%0ATranscript%20open.%0A%0A%22Then%3A%22%0A%0ATranscript%20show%3A%20%27hello%27.%0ATranscript%20show%3A%20%27Smalltalk%27.%0ATranscript%20cr.%0A%0A%22is%20equivalent%20to%3A%22%0A%0ATranscript%20%0A%09%20%20%20show%3A%20%27hello%27%3B%0A%09%20%20%20show%3A%20%27Smalltalk%27%20%3B%0A%09%20%20%20cr.%0A%0A%22You%20can%20close%20the%20development%20tools%20by%20clicking%20on%20the%20red%20circle%20with%20a%20cross%20at%20the%20bottom%20left%20of%20the%20website.%0ATry%20to%20go%20to%20the%20next%20lesson%20with%20a%20cascade%20of%20two%20%27next%27%20messages%3A%22%0A%0AProfStef")]);
  935. return self;},
  936. args: [],
  937. source: unescape('messageSyntaxCascade%0A%09%5E%20Lesson%0Atitle%3A%20%27Message%20syntax%3A%20Cascade%27%20%0Acontents%3A%20%0A%27%22%3B%20is%20the%20cascade%20operator.%20It%27%27s%20useful%20to%20send%20message%20to%20the%20SAME%20receiver%0AOpen%20a%20Transcript%20%28console%29%3A%22%0A%0ATranscript%20open.%0A%0A%22Then%3A%22%0A%0ATranscript%20show%3A%20%27%27hello%27%27.%0ATranscript%20show%3A%20%27%27Smalltalk%27%27.%0ATranscript%20cr.%0A%0A%22is%20equivalent%20to%3A%22%0A%0ATranscript%20%0A%09%20%20%20show%3A%20%27%27hello%27%27%3B%0A%09%20%20%20show%3A%20%27%27Smalltalk%27%27%20%3B%0A%09%20%20%20cr.%0A%0A%22You%20can%20close%20the%20development%20tools%20by%20clicking%20on%20the%20red%20circle%20with%20a%20cross%20at%20the%20bottom%20left%20of%20the%20website.%0ATry%20to%20go%20to%20the%20next%20lesson%20with%20a%20cascade%20of%20two%20%27%27next%27%27%20messages%3A%22%0A%0AProfStef%27.'),
  938. messageSends: ["title:contents:"],
  939. referencedClasses: [smalltalk.Lesson]
  940. }),
  941. smalltalk.SmalltalkSyntaxTutorial);
  942. smalltalk.addMethod(
  943. unescape('_messageSyntaxCascadeShouldNotBeHere'),
  944. smalltalk.method({
  945. selector: unescape('messageSyntaxCascadeShouldNotBeHere'),
  946. category: 'pages',
  947. fn: function (){
  948. var self=this;
  949. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", [unescape("Lost%20%3F"), unescape("%22Hey%2C%20you%20should%20not%20be%20here%20%21%21%20%0A%0AGo%20back%20and%20use%20a%20cascade%20%21%22%0A%0AProfStef%20previous.")]);
  950. return self;},
  951. args: [],
  952. source: unescape('messageSyntaxCascadeShouldNotBeHere%0A%09%5E%20Lesson%0Atitle%3A%20%27Lost%20%3F%27%20%0Acontents%3A%20%0A%27%22Hey%2C%20you%20should%20not%20be%20here%20%21%21%20%0A%0AGo%20back%20and%20use%20a%20cascade%20%21%22%0A%0AProfStef%20previous.%27.'),
  953. messageSends: ["title:contents:"],
  954. referencedClasses: [smalltalk.Lesson]
  955. }),
  956. smalltalk.SmalltalkSyntaxTutorial);
  957. smalltalk.addMethod(
  958. unescape('_messageSyntaxExecutionOrder'),
  959. smalltalk.method({
  960. selector: unescape('messageSyntaxExecutionOrder'),
  961. category: 'pages',
  962. fn: function (){
  963. var self=this;
  964. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Message syntax: Execution order", unescape("%22Unary%20messages%20are%20executed%20first%2C%20then%20binary%20messages%20and%20finally%20keyword%20messages%3A%0A%20%20%20%20Unary%20%3E%20Binary%20%3E%20Keywords%22%0A%0A2.5%20+%203.8%20rounded.%0A%0A3%20max%3A%202%20+%202.%0A%20%20%0A%280@0%29%20class.%0A%0A0@0%20x%3A%20100.%0A%0A%280@0%20x%3A%20100%29%20class.%0A%0A%22Between%20messages%20of%20similar%20precedence%2C%20expressions%20are%20executed%20from%20left%20to%20right%22%0A%0A-12345%20negated%20asString%20reversed.%0A%0AProfStef%20next.")]);
  965. return self;},
  966. args: [],
  967. source: unescape('messageSyntaxExecutionOrder%0A%09%5E%20Lesson%0Atitle%3A%20%27Message%20syntax%3A%20Execution%20order%27%20%0Acontents%3A%20%0A%27%22Unary%20messages%20are%20executed%20first%2C%20then%20binary%20messages%20and%20finally%20keyword%20messages%3A%0A%20%20%20%20Unary%20%3E%20Binary%20%3E%20Keywords%22%0A%0A2.5%20+%203.8%20rounded.%0A%0A3%20max%3A%202%20+%202.%0A%20%20%0A%280@0%29%20class.%0A%0A0@0%20x%3A%20100.%0A%0A%280@0%20x%3A%20100%29%20class.%0A%0A%22Between%20messages%20of%20similar%20precedence%2C%20expressions%20are%20executed%20from%20left%20to%20right%22%0A%0A-12345%20negated%20asString%20reversed.%0A%0AProfStef%20next.%27'),
  968. messageSends: ["title:contents:"],
  969. referencedClasses: [smalltalk.Lesson]
  970. }),
  971. smalltalk.SmalltalkSyntaxTutorial);
  972. smalltalk.addMethod(
  973. unescape('_messageSyntaxExecutionOrderParentheses'),
  974. smalltalk.method({
  975. selector: unescape('messageSyntaxExecutionOrderParentheses'),
  976. category: 'pages',
  977. fn: function (){
  978. var self=this;
  979. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Message syntax: Parentheses", unescape("%22Use%20parentheses%20to%20change%20order%20of%20evaluation%22%0A%0A%282.5%20+%203.8%29%20rounded.%0A%0A%283%20max%3A%202%29%20+%202.%0A%0AProfStef%20next.")]);
  980. return self;},
  981. args: [],
  982. source: unescape('messageSyntaxExecutionOrderParentheses%0A%09%5E%20Lesson%0Atitle%3A%20%27Message%20syntax%3A%20Parentheses%27%0Acontents%3A%20%0A%27%22Use%20parentheses%20to%20change%20order%20of%20evaluation%22%0A%0A%282.5%20+%203.8%29%20rounded.%0A%0A%283%20max%3A%202%29%20+%202.%0A%0AProfStef%20next.%27'),
  983. messageSends: ["title:contents:"],
  984. referencedClasses: [smalltalk.Lesson]
  985. }),
  986. smalltalk.SmalltalkSyntaxTutorial);
  987. smalltalk.addMethod(
  988. unescape('_messageSyntaxKeyword'),
  989. smalltalk.method({
  990. selector: unescape('messageSyntaxKeyword'),
  991. category: 'pages',
  992. fn: function (){
  993. var self=this;
  994. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Message syntax: Keyword messages", unescape("%22Keyword%20Messages%20are%20messages%20with%20arguments.%20They%20have%20the%20following%20form%3A%0A%20%20%20%20anObject%20akey%3A%20anotherObject%20akey2%3A%20anotherObject2%22%0A%0A%27Web%20development%20is%20a%20good%20deal%20of%20pain%27%20copyFrom%3A%201%20to%3A%2030%0A%0A%22The%20message%20is%20copyFrom%3Ato%3A%20sent%20to%20the%20String%20%27Web%20development%20is%20a%20good%20deal%20of%20pain%27%22%0A%0A1%20max%3A%203.%0A%0AArray%20with%3A%20%27hello%27%20with%3A%202%20with%3A%20Smalltalk.%0A%0A%22The%20message%20is%20with%3Awith%3Awith%3A%20implemented%20on%20class%20Array.%20Note%20you%20can%20also%20write%22%0A%0AArray%0A%09with%3A%20%27Hi%20there%21%27%0A%09with%3A%202%0A%09with%3A%20Smalltalk.%0A%09%0AProfStef%20perform%3A%20%27next%27.")]);
  995. return self;},
  996. args: [],
  997. source: unescape('messageSyntaxKeyword%0A%09%5E%20Lesson%0Atitle%3A%20%27Message%20syntax%3A%20Keyword%20messages%27%20%0Acontents%3A%20%0A%27%22Keyword%20Messages%20are%20messages%20with%20arguments.%20They%20have%20the%20following%20form%3A%0A%20%20%20%20anObject%20akey%3A%20anotherObject%20akey2%3A%20anotherObject2%22%0A%0A%27%27Web%20development%20is%20a%20good%20deal%20of%20pain%27%27%20copyFrom%3A%201%20to%3A%2030%0A%0A%22The%20message%20is%20copyFrom%3Ato%3A%20sent%20to%20the%20String%20%27%27Web%20development%20is%20a%20good%20deal%20of%20pain%27%27%22%0A%0A1%20max%3A%203.%0A%0AArray%20with%3A%20%27%27hello%27%27%20with%3A%202%20with%3A%20Smalltalk.%0A%0A%22The%20message%20is%20with%3Awith%3Awith%3A%20implemented%20on%20class%20Array.%20Note%20you%20can%20also%20write%22%0A%0AArray%0A%09with%3A%20%27%27Hi%20there%21%27%27%0A%09with%3A%202%0A%09with%3A%20Smalltalk.%0A%09%0AProfStef%20perform%3A%20%27%27next%27%27.%27'),
  998. messageSends: ["title:contents:"],
  999. referencedClasses: [smalltalk.Lesson]
  1000. }),
  1001. smalltalk.SmalltalkSyntaxTutorial);
  1002. smalltalk.addMethod(
  1003. unescape('_messageSyntaxUnary'),
  1004. smalltalk.method({
  1005. selector: unescape('messageSyntaxUnary'),
  1006. category: 'pages',
  1007. fn: function (){
  1008. var self=this;
  1009. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Message syntax: Unary messages", unescape("%22Messages%20are%20sent%20to%20objects.%20There%20are%20three%20types%20of%20message%3A%20Unary%2C%20Binary%20and%20Keyword.%0A%0AUnary%20messages%20have%20the%20following%20form%3A%0A%20%20%20%20anObject%20aMessage%20%0A%0AYou%27ve%20already%20sent%20unary%20messages.%20For%20example%3A%22%0A%0A1%20class.%0A%0Afalse%20not.%0A%0ADate%20today.%0A%0ANumber%20pi.%0A%0A%22And%20of%20course%3A%20%22%0A%0AProfStef%20next.")]);
  1010. return self;},
  1011. args: [],
  1012. source: unescape('messageSyntaxUnary%0A%09%5E%20Lesson%0Atitle%3A%20%27Message%20syntax%3A%20Unary%20messages%27%20%0Acontents%3A%20%0A%27%22Messages%20are%20sent%20to%20objects.%20There%20are%20three%20types%20of%20message%3A%20Unary%2C%20Binary%20and%20Keyword.%0A%0AUnary%20messages%20have%20the%20following%20form%3A%0A%20%20%20%20anObject%20aMessage%20%0A%0AYou%27%27ve%20already%20sent%20unary%20messages.%20For%20example%3A%22%0A%0A1%20class.%0A%0Afalse%20not.%0A%0ADate%20today.%0A%0ANumber%20pi.%0A%0A%22And%20of%20course%3A%20%22%0A%0AProfStef%20next.%27'),
  1013. messageSends: ["title:contents:"],
  1014. referencedClasses: [smalltalk.Lesson]
  1015. }),
  1016. smalltalk.SmalltalkSyntaxTutorial);
  1017. smalltalk.addMethod(
  1018. unescape('_pharoEnvironment'),
  1019. smalltalk.method({
  1020. selector: unescape('pharoEnvironment'),
  1021. category: 'pages',
  1022. fn: function (){
  1023. var self=this;
  1024. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Pharo environment", unescape("%22Every%20Smalltalk%20system%20is%20full%20of%20objects.%20There%20are%20windows%2C%20text%2C%20numbers%2C%20dates%2C%20colors%2C%20points%20and%20much%20more.%20You%20can%20interact%20with%20objects%20in%20a%20much%20more%20direct%20way%20than%20is%20possible%20with%20other%20programming%20languages.%0A%0AEvery%20object%20understands%20the%20message%20%27explore%27.%20As%20a%20result%2C%20you%20get%20an%20Explorer%20window%20that%20shows%20details%20about%20the%20object.%22%0A%0ADate%20today%20explore.%0A%0A%22This%20shows%20that%20the%20date%20object%20consists%20of%20a%20point%20in%20time%20%28start%29%20and%20a%20duration%20%28one%20day%20long%29.%22%0A%0AProfStef%20explore.%0A%0A%22You%20see%2C%20ProfStef%20class%20has%20a%20lot%20of%20objects.%20Let%27s%20take%20a%20look%20at%20my%20code%3A%22%0A%0AProfStef%20browse.%0A%0AProfStef%20next.")]);
  1025. return self;},
  1026. args: [],
  1027. source: unescape('pharoEnvironment%0A%09%5E%20Lesson%0Atitle%3A%20%27Pharo%20environment%27%20%0Acontents%3A%20%0A%27%22Every%20Smalltalk%20system%20is%20full%20of%20objects.%20There%20are%20windows%2C%20text%2C%20numbers%2C%20dates%2C%20colors%2C%20points%20and%20much%20more.%20You%20can%20interact%20with%20objects%20in%20a%20much%20more%20direct%20way%20than%20is%20possible%20with%20other%20programming%20languages.%0A%0AEvery%20object%20understands%20the%20message%20%27%27explore%27%27.%20As%20a%20result%2C%20you%20get%20an%20Explorer%20window%20that%20shows%20details%20about%20the%20object.%22%0A%0ADate%20today%20explore.%0A%0A%22This%20shows%20that%20the%20date%20object%20consists%20of%20a%20point%20in%20time%20%28start%29%20and%20a%20duration%20%28one%20day%20long%29.%22%0A%0AProfStef%20explore.%0A%0A%22You%20see%2C%20ProfStef%20class%20has%20a%20lot%20of%20objects.%20Let%27%27s%20take%20a%20look%20at%20my%20code%3A%22%0A%0AProfStef%20browse.%0A%0AProfStef%20next.%27'),
  1028. messageSends: ["title:contents:"],
  1029. referencedClasses: [smalltalk.Lesson]
  1030. }),
  1031. smalltalk.SmalltalkSyntaxTutorial);
  1032. smalltalk.addMethod(
  1033. unescape('_printing'),
  1034. smalltalk.method({
  1035. selector: unescape('printing'),
  1036. category: 'pages',
  1037. fn: function (){
  1038. var self=this;
  1039. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Doing VS Printing: Printing", unescape("%22Now%20you%27re%20a%20Do%20It%20master%20%21%20Let%27s%20talk%20about%20printing.%20It%27s%20a%20Do%20It%20which%20prints%20the%20result%20next%20to%20the%20expression%20you%27ve%20selected.%0AFor%20example%2C%20select%20the%20text%20below%2C%20and%20click%20on%20%27PrintIt%27%3A%22%0A%0A1%20+%202.%0A%0A%22As%20with%20%27DoIt%27%2C%20there%20is%20also%20a%20shortcut%20to%20execute%20this%20command.%0A%0ATry%20CTRL-p%20on%20the%20following%20expressions%3A%22%0A%0ADate%20today.%0A%0A%22The%20result%20is%20selected%2C%20so%20you%20can%20erase%20it%20using%20the%20backspace%20key.%20Try%20it%20%21%22%0A%0ADate%20today%20asDateString.%0A%0ADate%20today%20asTimeString.%0A%0AProfStef%20next.")]);
  1040. return self;},
  1041. args: [],
  1042. source: unescape('printing%20%0A%09%5E%20Lesson%0Atitle%3A%20%27Doing%20VS%20Printing%3A%20Printing%27%20%0Acontents%3A%20%0A%27%22Now%20you%27%27re%20a%20Do%20It%20master%20%21%20Let%27%27s%20talk%20about%20printing.%20It%27%27s%20a%20Do%20It%20which%20prints%20the%20result%20next%20to%20the%20expression%20you%27%27ve%20selected.%0AFor%20example%2C%20select%20the%20text%20below%2C%20and%20click%20on%20%27%27PrintIt%27%27%3A%22%0A%0A1%20+%202.%0A%0A%22As%20with%20%27%27DoIt%27%27%2C%20there%20is%20also%20a%20shortcut%20to%20execute%20this%20command.%0A%0ATry%20CTRL-p%20on%20the%20following%20expressions%3A%22%0A%0ADate%20today.%0A%0A%22The%20result%20is%20selected%2C%20so%20you%20can%20erase%20it%20using%20the%20backspace%20key.%20Try%20it%20%21%22%0A%0ADate%20today%20asDateString.%0A%0ADate%20today%20asTimeString.%0A%0AProfStef%20next.%27'),
  1043. messageSends: ["title:contents:"],
  1044. referencedClasses: [smalltalk.Lesson]
  1045. }),
  1046. smalltalk.SmalltalkSyntaxTutorial);
  1047. smalltalk.addMethod(
  1048. unescape('_reflection'),
  1049. smalltalk.method({
  1050. selector: unescape('reflection'),
  1051. category: 'pages',
  1052. fn: function (){
  1053. var self=this;
  1054. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Reflection", unescape("%22You%20can%20inspect%20and%20change%20the%20system%20at%20runtime.%0A%0ATake%20a%20look%20at%20the%20source%20code%20of%20the%20method%20%23and%3A%20of%20the%20class%20Boolean%3A%22%0A%0A%28Boolean%20methodDictionary%20at%3A%20%27and%3A%27%29%20source.%0A%0A%22Or%20all%20the%20methods%20it%20sends%3A%22%0A%0A%28Boolean%20methodDictionary%20at%3A%20%27and%3A%27%29%20messageSends.%0A%0A%22Here%27s%20all%20the%20methods%20I%20implement%3A%22%0A%0AProfStef%20methodDictionary.%0A%0A%22Let%27s%20create%20a%20new%20method%20to%20go%20to%20the%20next%20lesson%3A%22%0A%0A%7CnewMethod%7C%0AnewMethod%20%3A%3D%20Compiler%20new%20load%3A%20%27goToNextLesson%20ProfStef%20next.%27%20forClass%3A%20ProfStef.%0AProfStef%20class%20addCompiledMethod%3A%20newMethod%0A%0A%22Wow%21%20I%20can%27t%20wait%20to%20use%20my%20new%20method%21%22%0A%0AProfStef%20goToNextLesson.")]);
  1055. return self;},
  1056. args: [],
  1057. source: unescape('reflection%0A%09%5E%20Lesson%0Atitle%3A%20%27Reflection%27%20%0Acontents%3A%20%0A%27%22You%20can%20inspect%20and%20change%20the%20system%20at%20runtime.%0A%0ATake%20a%20look%20at%20the%20source%20code%20of%20the%20method%20%23and%3A%20of%20the%20class%20Boolean%3A%22%0A%0A%28Boolean%20methodDictionary%20at%3A%20%27%27and%3A%27%27%29%20source.%0A%0A%22Or%20all%20the%20methods%20it%20sends%3A%22%0A%0A%28Boolean%20methodDictionary%20at%3A%20%27%27and%3A%27%27%29%20messageSends.%0A%0A%22Here%27%27s%20all%20the%20methods%20I%20implement%3A%22%0A%0AProfStef%20methodDictionary.%0A%0A%22Let%27%27s%20create%20a%20new%20method%20to%20go%20to%20the%20next%20lesson%3A%22%0A%0A%7CnewMethod%7C%0AnewMethod%20%3A%3D%20Compiler%20new%20load%3A%20%27%27goToNextLesson%20ProfStef%20next.%27%27%20forClass%3A%20ProfStef.%0AProfStef%20class%20addCompiledMethod%3A%20newMethod%0A%0A%22Wow%21%20I%20can%27%27t%20wait%20to%20use%20my%20new%20method%21%22%0A%0AProfStef%20goToNextLesson.%27'),
  1058. messageSends: ["title:contents:"],
  1059. referencedClasses: [smalltalk.Lesson]
  1060. }),
  1061. smalltalk.SmalltalkSyntaxTutorial);
  1062. smalltalk.addMethod(
  1063. unescape('_reflectionContinued'),
  1064. smalltalk.method({
  1065. selector: unescape('reflectionContinued'),
  1066. category: 'pages',
  1067. fn: function (){
  1068. var self=this;
  1069. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Reflection continued", unescape("%22So%20cool%2C%20isn%27t%20it%20%3F%20%20Before%20going%20further%2C%20let%27s%20remove%20this%20method%3A%22%0A%0AProfStef%20class%20methodAt%3A%20%23goToNextLesson.%0A%0AProfStef%20class%20removeCompiledMethod%3A%20%28ProfStef%20class%20methodAt%3A%20%23goToNextLesson%29.%0A%0AProfStef%20class%20methodAt%3A%20%23goToNextLesson.%0A%0A%0A%22Then%20move%20forward%3A%22%0A%0AProfStef%20perform%3A%23next")]);
  1070. return self;},
  1071. args: [],
  1072. source: unescape('reflectionContinued%0A%09%5E%20Lesson%0Atitle%3A%20%27Reflection%20continued%27%20%0Acontents%3A%20%0A%27%22So%20cool%2C%20isn%27%27t%20it%20%3F%20%20Before%20going%20further%2C%20let%27%27s%20remove%20this%20method%3A%22%0A%0AProfStef%20class%20methodAt%3A%20%23goToNextLesson.%0A%0AProfStef%20class%20removeCompiledMethod%3A%20%28ProfStef%20class%20methodAt%3A%20%23goToNextLesson%29.%0A%0AProfStef%20class%20methodAt%3A%20%23goToNextLesson.%0A%0A%0A%22Then%20move%20forward%3A%22%0A%0AProfStef%20perform%3A%23next%27'),
  1073. messageSends: ["title:contents:"],
  1074. referencedClasses: [smalltalk.Lesson]
  1075. }),
  1076. smalltalk.SmalltalkSyntaxTutorial);
  1077. smalltalk.addMethod(
  1078. unescape('_theEnd'),
  1079. smalltalk.method({
  1080. selector: unescape('theEnd'),
  1081. category: 'pages',
  1082. fn: function (){
  1083. var self=this;
  1084. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", [unescape("Tutorial%20done%20%21"), unescape("%22This%20tutorial%20is%20done.%20Enjoy%20programming%20Smalltalk%20with%20JTalk.%20%0A%0AYou%20can%20run%20this%20tutorial%20again%20by%20evaluating%3A%20ProfStef%20go.%0A%0ASee%20you%20soon%20%21%22%0A")]);
  1085. return self;},
  1086. args: [],
  1087. source: unescape('theEnd%0A%09%5E%20Lesson%0Atitle%3A%20%27Tutorial%20done%20%21%27%20%0Acontents%3A%20%0A%27%22This%20tutorial%20is%20done.%20Enjoy%20programming%20Smalltalk%20with%20JTalk.%20%0A%0AYou%20can%20run%20this%20tutorial%20again%20by%20evaluating%3A%20ProfStef%20go.%0A%0ASee%20you%20soon%20%21%22%0A%27'),
  1088. messageSends: ["title:contents:"],
  1089. referencedClasses: [smalltalk.Lesson]
  1090. }),
  1091. smalltalk.SmalltalkSyntaxTutorial);
  1092. smalltalk.addMethod(
  1093. unescape('_welcome'),
  1094. smalltalk.method({
  1095. selector: unescape('welcome'),
  1096. category: 'pages',
  1097. fn: function (){
  1098. var self=this;
  1099. return smalltalk.send((smalltalk.Lesson || Lesson), "_title_contents_", ["Welcome", unescape("%20%22Hello%21%20I%27m%20Professor%20Stef.%20%0A%0AYou%20must%20want%20me%20to%20help%20you%20learn%20Smalltalk.%0A%0ASo%20let%27s%20go%20to%20the%20first%20lesson.%20%20Select%20the%20text%20below%20and%20click%20on%20the%20%27DoIt%27%20button%22%0A%0AProfStef%20next.")]);
  1100. return self;},
  1101. args: [],
  1102. source: unescape('welcome%0A%09%5E%20Lesson%0Atitle%3A%20%27Welcome%27%20%0Acontents%3A%20%0A%27%20%22Hello%21%20I%27%27m%20Professor%20Stef.%20%0A%0AYou%20must%20want%20me%20to%20help%20you%20learn%20Smalltalk.%0A%0ASo%20let%27%27s%20go%20to%20the%20first%20lesson.%20%20Select%20the%20text%20below%20and%20click%20on%20the%20%27%27DoIt%27%27%20button%22%0A%0AProfStef%20next.%27'),
  1103. messageSends: ["title:contents:"],
  1104. referencedClasses: [smalltalk.Lesson]
  1105. }),
  1106. smalltalk.SmalltalkSyntaxTutorial);