t: LIKE () if (!$like) {
Did you enjoy this movie?
a: (yes) So do I $like = yes
a: (no) "Why not ?" $like = no
}
else { So what else would you wanna discuss about the movie? }
This code asks the first question but outputs no other text. When I enter yes or no, it replies with I don’t know what to say even though I thought a quibble might show up. Why does “So do i” or “why not” fail to output? And shouldnt the else part be output the second time I login?