draft
This commit is contained in:
12
section/syntax.tex
Normal file
12
section/syntax.tex
Normal file
@@ -0,0 +1,12 @@
|
||||
\section{今回の構文}
|
||||
|
||||
\subsection{\texttt{while}文}
|
||||
|
||||
繰り返しを記述する構文の一つで、こちらはループ内の処理を行う前に条件式を評価する。
|
||||
|
||||
\defaultlistingstyle
|
||||
\begin{lstlisting}[language=C,title={\texttt{while}文}]
|
||||
while (<条件式>) {
|
||||
文...;
|
||||
}
|
||||
\end{lstlisting}
|
||||
Reference in New Issue
Block a user