team_id = "" if (team_id) { println("team_id contains something") } else { println("team_id evaluates to false") }