Turbo Basic is a BASIC compiler and dialect originally created by Robert "Bob" Zale and bought from him by Borland. When Borland decided to stop publishing it, Zale bought it back from them, renamed it to PowerBASIC and set up PowerBASIC Inc. to continue support and development of it.
This software is from the 1987-1988 period and features the Borland "black screen" similar to Turbo Pascal 4.0, Turbo C 1.0/1.5, and Turbo Prolog 1.1. Borland did not adopt its trademark "blue screen" integrated development environment until the 1989 period when Turbo C 2.0, Turbo C++ 1.1, etc. were released. By this time, Turbo Basic and Turbo Prolog were no longer being sold.
Borland's Turbo Basic contains extensions to classical Basic (while not breaking compatibility). One of those are drawing API, and mouse access.
Unlike most BASIC implementations of this period, Turbo Basic was a full compiler which generated native code for MS-DOS. Other implementations were either interpreters, or relied heavily on a runtime library. The integrated development environment could run a BASIC program internally for traditional BASIC debugging (see sample below), or generate an MS-DOS stand-alone executable file that could be run on other systems without the Turbo Basic product or runtime libraries.
The following program is an example of the ALGOL-like BASIC dialect that Turbo Basic supported. Unlike traditional BASIC, which used line numbers and had limited control structures and no support for ALGOL-like subroutines, modern BASIC dialects starting at this period were extended to make the language compatible with modern structured programming theory by discarding the line numbers and adding the control structures and subroutine definitions needed by structured programming.
<source lang="qbasic"> INPUT "What is your name?: ", n$ PRINT "Hello "; n$ DO
s$ = "" INPUT "How many stars do you want to print"; s FOR i = 1 TO s s$ = s$ + "*" NEXT i PRINT s$ DO INPUT "Do you want to print more stars"; q$ LOOP WHILE LEN(q$) = 0 q$ = LCASE$(LEFT$(q$, 1))
LOOP WHILE q$ = "y" PRINT "Goodbye "; n$ </source>
Note that s$ is a string and s is a single precision floating-point (number). They are separate variables.
Like the other Borland products of this era, the code executes within the integrated development environment.
Yesterday or yesterdays may refer to:
Spirit is the debut studio album by British singer-songwriter Leona Lewis, released by Syco Music in November 2007 in the United Kingdom and Ireland, followed by a worldwide release during early 2008. After winning the third series of reality singing contest The X Factor in December 2006, Lewis began recording the album in Sweden, the United Kingdom and United States, working with a variety of writers and producers. Critics praised the album for creating a contemporary album using such a variety of producers, and for showcasing Lewis's voice, though criticised her "lack of personality". The release of the album marked Lewis as the first winner of a major television talent show in both the UK and US to be given a major global launch with a debut album.
The album debuted at number one in nine countries, including the United Kingdom, United States and Germany, and peaked in the top five in a further eight countries. It held the record for the biggest digital album sales in a week ever for a new artist. The album was the sixth biggest selling of 2008 in the world, as according to the IFPI. It has gone on to sell over 8 million copies worldwide, and was the fourth best-selling album of the 2000s in the UK, where it has since sold over 3.12 million copies and remains the best-selling debut album by a female artist.
Yesterday is a 1985 Polish drama film directed by Radosław Piwowarski. The film was selected as the Polish entry for the Best Foreign Language Film at the 58th Academy Awards, but was not accepted as a nominee.