Translation for "poistu" to english
Poistu
Translation examples
Poistu lasten rekisteröinnistä.
Exit registration with children.
Poistua pysäkillä Elephant
Exit the bus at Elephant
Poistu huone luokittain:
Exit the room by Category:
Poistu terassilta-puoleinen kuisti.
Exit to Terrace-side Porch.
Jos ohjelma poistuu normaalisti, poistumiskoodi on 0.
If the program exits normally, the exit code is 0.
Poistua huoneesta Helikopterilla Stones
Exit the room By helicopter Stones
Polyneikes kieltäytyy ja poistuu.
Polynices refuses to be dissuaded, and exits.
McLeanin linja-auto saapuu ja Littrell poistuu sairaalasta.
McLean's bus arrives, and Littrell exits the hospital.
Koneen laskeuduttua Los Angelesiin Boone kättelee Lockea ja poistuu koneesta.
Once the plane lands, Boone shakes Locke's hand and exits the plane.
Mongoliassa asuvien ulkomaalaisten on saatava maastapoistumisviisumi jotta he voivat poistua maasta.
Foreigners living in Mongolia must obtain exit visas in order to leave the country.
Keskustelun loppuessa pelaaja poistuu talosta ja jatkaa matkaansa merenrannalla sijaitsevaan Majula-nimiseen kylään.
From this point, players may exit the clubhouse and start again from the bottom of the mountain.
RSTS/E-käyttöjärjestelmän versio puolestaan toteutettiin siten, että se oli eräänlainen käyttöjärjestelmä ihan itsessään; käyttäjän ei työtä tehdessään oikeastaan koskaan tarvinnut poistua TECOsta.
A version of TECO was provided with all DEC operating systems; the version available for RT11 was able to drive the GT40 graphics display while the version available for RSTS/E was implemented as a multi-user run-time system and could be used as the user's complete operating environment; the user never actually had to exit TECO.
Voisimme käyttää TECOa tähän vaikka seuraavalla tavalla (asteriski on kehote, ja dollarimerkki kuvastaa ESC-näppäimen painallusta): *EBterve.c$$ Avataan tiedosto lukemista ja kirjoittamista varten *P$$ Luetaan ensimmäinen sivu *STerve$0TT$$ Etsitään sanaa "Terve" ja tulostetaan ko. rivi printf("Terve, maailma!\n"); Tulostuu... *-5DIHyvästi$0TT$$ Poistetaan "Terve", vaihdetaan tilalle "Hyvästi", ja tulostetaan rivi printf("Hyvästi, maailma!\n"); Tulostuu... *EX$$ Poistutaan TECOsta samalla tallentaen Tämä artikkeli perustuu osittain Jargon File -dokumenttiin (public domain).
TECO commands are characters (including control-characters), and the prompt is a single asterisk: * The escape key displays as a dollar sign, pressed once it delineates the end of a command requiring an argument and pressed twice initiates the execution of the entered commands: *$$ Given a file named hello.c with the following contents: int main(int argc, char **argv) { printf("Hello world!\n"); return 0; } one could use the following TECO session (noting that the prompt is "*" and "$" is how ESC is echoed) to change "Hello" into "Goodbye": *EBhello.c$$ Open file for read/write with backup *P$$ Read in the first page *SHello$0TT$$ Search for "Hello" and print the line (pointer placed after searched string) printf("Hello world!\n"); The line *-5DIGoodbye$0TT$$ Delete five characters before pointer (ie "Hello"), insert "Goodbye", and print the line printf("Goodbye world!\n"); The updated line *EX$$ Copy the remainder of the file and exit These two example programs are a simple interchange sort of the current text buffer, based on the 1st character of each line, taken from the PDP-11 TECO User's Guide.
How many English words do you know?
Test your English vocabulary size, and measure how many words you know.
Online Test