Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>algoNew to Visual Studio Code? Get it now.
algo

algo

jponcy

|
5,136 installs
| (0) | Free
Algorithm syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

algoTACT README

Syntax reader for algorithm language. Code example:

// Correspond à la fonction Trouve disponible
FONCTION ENTIER RechercheFilm(Chaine: nomRecherche)
    VARIABLE
        ENTIER: i <- 0
        BOOLEAN: nonTrouve <- VRAI
    DEBUT
        FAIRE
            SI noms[i] = nomRecherche ALORS
                nonTrouve = FAUX
            SINON
                i <- i + 1
            FINSI
        TANTQUE nonTrouve Et i < NB_FILM

        SI nonTrouve ALORS
            i <- NULL
        FINSI

        Retourne i
    FIN
FINFONCTION
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft