SmalltalkCodeGeneratorTool.st
branchjv
changeset 16093 a0705d7461fd
parent 15709 7c4957a4261d
parent 16089 0f5d1b02b114
child 16213 f667b5b42a11
equal deleted inserted replaced
16081:f36d893e95d2 16093:a0705d7461fd
  2465     ^
  2465     ^
  2466 'main:argv
  2466 'main:argv
  2467     "main entry; argv is the array of command arguments (as array of words from space-separated command line).
  2467     "main entry; argv is the array of command arguments (as array of words from space-separated command line).
  2468      Parse arguments, and proceed to the real work function"
  2468      Parse arguments, and proceed to the real work function"
  2469 
  2469 
  2470     "you may want to put those into instvars, in order to be accessable from the doRealWork function"
  2470     "you may want to put those into instvars, in order to be accessible from the doRealWork function"
  2471     |aArgs bArgs cOption fileArgs helpOption|
  2471     |aArgs bArgs cOption fileArgs helpOption|
  2472 
  2472 
  2473     aArgs := OrderedCollection new.
  2473     aArgs := OrderedCollection new.
  2474     bArgs := OrderedCollection new.
  2474     bArgs := OrderedCollection new.
  2475     fileArgs := OrderedCollection new.
  2475     fileArgs := OrderedCollection new.