Add a new command to print 'Saisir'

This commit is contained in:
Jeff Lance 2020-09-03 00:15:36 +02:00
parent dd55715131
commit 6268568cea

View File

@ -58,12 +58,16 @@
%
\NewDocumentCommand{\Sets}{ m m }{
\State #1 \gets #2
\State #1 \gets\ #2
}
\NewDocumentCommand{\Print}{ m }{
\State \textbf{Afficher} #1
}
\NewDocumentCommand{\Enter}{ m }{
\State \textbf{Saisir} #1
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%