[fpc-pascal] Freepascal CLI library
Bart
bartjunk64 at gmail.com
Sun Jan 14 19:15:26 CET 2018
On Sun, Jan 14, 2018 at 6:00 PM, <wkitty42 at windstream.net> wrote:
> really... i think most folks have a general YesNo routine that returns some
> value which they then use to determine which way the code flows...
I used to have a general Prompt(Question: String; Allowed: TCharSet;
Default: Char; CaseSensitive: Boolean): Char; function for that in the
TP era.
(It used crt unit though. And TCharSet = set of Char)
Bart
More information about the fpc-pascal
mailing list