xref: /original-bsd/old/dbx/tests/pc/bool.in (revision e59fb703)
1stop at 4
2run
3print b
4step
5print b
6assign b = false
7print b
8assign b = true
9print b
10