( The Canterbury Corpus )
home | purpose | summary | details | corpora | methods | related | credits | faq


Description of the progp file

file name:progp
abbreviation:progp
description:Source code in PASCAL
file size:49379 bytes

Sample of contents of progp
(Lines 81 to 100)

 #include '/user/profs/cleary/bin/options.i';

 procedure Option;
 begin
 case Opt of
 'a','A':Debug:=activity;
 'd','D':Debug:=dump;
 'h','H':HalveThreshold:=StringNum/100;
 'n','N':Debug:=none;
 'p','P':Debug:=post;
 't','T':Debug:=trace;
 'v','V':Verifiable:=true;
 end;
 end;

 begin
 Debug:=trace;
 Verifiable:=false;
 HalveThreshold:=67/100;
Note: Lines displaying the ¬ symbol have been wrapped for clarity



This page last updated Monday, January 08, 2001 by Matt Powell Department of Computer Science University of Canterbury