Right now, both False and print(3) are being evaluated, resulting in 3 being printed out. In the current implementation of JS-Slang and in Python 3.14, only False should be outputted and print(3) shouldn't be evaluated at all.
Shall we update this implementation?