Sha256: 8d0257ffbdf5d9289e4d2ec8b4301d0611e24461d7dd2bd65e2a57820165f5e4
Contents?: true
Size: 1.49 KB
Versions: 31
Compression:
Stored size: 1.49 KB
Contents
# Bracket Push Given a string containing brackets `[]`, braces `{}`, parentheses `()`, or any combination thereof, verify that any and all pairs are matched and nested correctly. ## Testing In order to run the tests for this track, you will need to install DUnitX. Please see the [installation](http://www.exercism.io/languages/delphi/installation) instructions for more information. ### Loading Exercises into Delphi If Delphi is properly installed, and `*.dpr` file types have been associated with Delphi, then double clicking the supplied `*.dpr` file will start Delphi and load the exercise/project. `control + F9` is the keyboard shortcut to compile the project or pressing `F9` will compile and run the project. Alternatively you may opt to start Delphi and load your project via. the `File` drop down menu. ### When Questions Come Up We monitor the [Pascal-Delphi](https://gitter.im/exercism/Pascal-Delphi) support room on [gitter.im](https://gitter.im) to help you with any questions that might arise. ### Submitting Exercises Note that, when trying to submit an exercise, make sure the exercise file you're submitting is in the `exercism/delphi/<exerciseName>` directory. For example, if you're submitting `ubob.pas` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/delphi/bob/ubob.pas`. ## Source Ginna Baker ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
31 entries across 31 versions & 1 rubygems