xref: /original-bsd/old/dbx/tests/mod/bool.mod (revision f31fd625)
1*f31fd625Sbosticmodule main;
2*f31fd625Sbosticvar b : boolean;
3*f31fd625Sbosticbegin
4*f31fd625Sbostic    b := true;
5*f31fd625Sbostic    b := false;
6*f31fd625Sbosticend main.
7