Просмотр исходного кода

Add reference to "void pop();"

stripped-german
Julian Ospald 9 лет назад
Родитель
Сommit
c4caeaf225
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 220CD1C5BDEED020
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      VL1.tex

+ 1
- 1
VL1.tex Просмотреть файл

@@ -187,7 +187,7 @@ It's all about \emph{input} and \emph{output} of functions! And that's it. Nothi
\item everything (variables, data structures...) is \emph{immutable}
\item expressions never have side-effects (remember: mathematical functions)
\item same input $\mapsto$ same output... \emph{always}!
\item replace a function with it's (return) value? Yes. (what happens in C or java if you do that?)
\item replace a function with it's (return) value? Yes. What happens in C or java if you do that? Remember \code{void pop();}?
\end{itemize}
\onslide<+->
\vspace{\baselineskip}


Загрузка…
Отмена
Сохранить