% $Id$ % See the testprim: target in ./Makefile for the invocation. \catcode`\{ = 1 \catcode`\} = 2 \ifnum\year=1970 \else \errmessage{year is \the\year, not 1970}\fi \ifnum\month=1 \else \errmessage{month is \the\month, not 1}\fi \ifnum\day=1 \else \errmessage{day is \the\day, not 1}\fi \ifnum\time=2 \else \errmessage{time is \the\time, not 2}\fi \end