Wireworld/Smalltalk: Difference between revisions

no edit summary
m (Delete only use of ((Property:Task)). This page already uses Property:Implementation of task, and Wireworld already uses Property:Is task.)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7:
{{works with|gst|3.2.1}}
 
<langsyntaxhighlight lang="smalltalk">
Object subclass: #Conductor.
 
Line 293:
]
]
FileStream fileIn: 'wireworld.st'.
 
Object subclass: #TextRenderer.
Line 332 ⟶ 331:
] ifFalse: [
'Usage: gst rosetta.st -a FILENAME GENERATIONS' displayNl.
]</langsyntaxhighlight>