It literally just outputs ``false``, it doesn't even output anything else. Even with debug mode on. Idk what to do with this. ``` @var [usernames]: (string)Someone @if [usernames === "Someone"]: :output true @else :output false @end ```