Browse Source

+ Added ex 97 98

michael 25 years ago
parent
commit
738d994e1a
2 changed files with 3 additions and 1 deletions
  1. 1 1
      docs/refex/Makefile
  2. 2 0
      docs/refex/README

+ 1 - 1
docs/refex/Makefile

@@ -39,7 +39,7 @@ OBJECTS=ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex10 ex11 ex12 ex13 ex14 \
         ex54 ex55 ex56 ex57 ex58 ex59 ex60 ex61 ex62 ex63 ex64 ex65 ex66 \
         ex67 ex68 ex69 ex70 ex71 ex72 ex73 ex74 ex75 ex76 ex77 ex78 ex79 \
 	ex80 ex81 ex82 ex83 ex84 ex85 ex86 ex87 ex88 ex89 \
-	ex90 ex91 ex92 ex93 ex94 ex95 
+	ex90 ex91 ex92 ex93 ex94 ex95 ex96 ex97 ex98
 
 TEXOBJECTS=$(addsuffix .tex, $(OBJECTS))
 

+ 2 - 0
docs/refex/README

@@ -99,3 +99,5 @@ ex93.pp contains an example of the Hash function.
 ex94.pp contains an example of the SetResourceStringValue function.
 ex95.pp contains an example of the SetResourceStrings function.
 ex96.pp contains an example of the Assigned function.
+ex97.pp contains an example of the StringOfChar function.
+ex98.pp contains an example of the exitproc function.