collectInput method

String collectInput ()

Implementation

String collectInput() {
  stdout.writeln('\n\nEnter a choice:\n');
  stdout.write('>');
  return stdin.readLineSync();
}