Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
Sh
Commits
cff1737c
Unverified
Commit
cff1737c
authored
Jan 17, 2019
by
Rémy Huet
💻
Browse files
Intro
parent
6ab9fa1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tex/conditions.tex
View file @
cff1737c
\begin{frame}
\begin{frame}
[fragile]
{
Introduction
}
\begin{block}
{
Définition
}
On appelle
{
\bf
condition
}
ou
{
\bf
structure conditionnelle
}
une zone de code qui n'est pas toujours exécutée, mais l'est uniquement dans certains cas
\end{block}
En algorithmique, on les voit souvent sous la forme :
\medskip
\begin{Verbatim}
{
\large
SI condition
}
{
\large
ALORS
}
{
\large
actions
}
{
\large
FIN
_
SI
}
\end{Verbatim}
\begin{alertblock}
{}
Dans tous les cas, on retrouvera
{
\bf
toujours
}
une ou plusieurs conditions et une ou plusieurs actions à effectuer.
\end{alertblock}
\end{frame}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment