and
Use an and
operator
Given a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “<output>”.
Examples
values | output |
---|---|
A | |
#t | A |
#f | B |
#t #t | A |
#t #f | B |
and
operatorGiven a file named “main.scm” with:
When I successfully run scheme main.scm
Then the stdout should contain exactly “<output>”.
values | output |
---|---|
A | |
#t | A |
#f | B |
#t #t | A |
#t #f | B |