handouts/pep-ho.tex
changeset 334 841727e27252
parent 333 24bc76d97db2
child 335 7e00d2b13b04
--- a/handouts/pep-ho.tex	Fri Apr 10 12:12:48 2020 +0100
+++ b/handouts/pep-ho.tex	Thu Apr 23 14:49:54 2020 +0100
@@ -83,8 +83,15 @@
 % Scala videos
 %    https://www.youtube.com/user/DrMarkCLewis
 
+
+%% https://alvinalexander.com/downloads/HelloScala-FreePreview.pdf
+%% 
+%% Section 10 about strings; interpolations and multiline strings
+
+
+
 \begin{document}
-\fnote{\copyright{} Christian Urban, King's College London, 2017, 2018, 2019}
+\fnote{\copyright{} Christian Urban, King's College London, 2017, 2018, 2019, 2020}
 
 \section*{A Crash-Course in Scala}
 
@@ -1060,6 +1067,8 @@
 %
 %Option[T]
 
+TBD
+
 
 \subsection*{Higher-Order Functions}