summaryrefslogtreecommitdiff
path: root/stories/poetry/MeinVortrag/09.html
diff options
context:
space:
mode:
Diffstat (limited to 'stories/poetry/MeinVortrag/09.html')
-rw-r--r--stories/poetry/MeinVortrag/09.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/stories/poetry/MeinVortrag/09.html b/stories/poetry/MeinVortrag/09.html
new file mode 100644
index 0000000..53922cd
--- /dev/null
+++ b/stories/poetry/MeinVortrag/09.html
@@ -0,0 +1,13 @@
1<HTML><HEAD></HEAD><BODY><H1><PRE>
2<A HREF="08.html">&lt;-</A><A HREF="10.html">-></A>
3in BASIC:
4
5 A = "Hallo"
6 PRINT A
7
8in C:
9
10 char *a = "Hallo";
11 printf( a );
12
13</PRE></H1></BODY></HTML>