#!/usr/bin/env -S bc -q # requires GNU BC NOT POSIX COMPLIANT print "| kisu official gay test | \n all questions y/n \n\n" print "are you gay:" a = read() if (a == 34) { print "You are gay faggot! \n" halt } else if (a == 23) { print "You are straight straightoid! \n" halt } else { print "wow you managed to answer something that isnt yes or no congrats \n" halt }