1968 United States Senate election in Indiana
The 1968 United States Senate election in Indiana took place on November 5, 1968. Incumbent Democratic U.S. Senator Birch Bayh was re-elected to a second consecutive term in office, defeating Republican State Representative William Ruckelshaus.
![]() | |||||||||||||||||
| |||||||||||||||||
| |||||||||||||||||
|
Elections in Indiana | ||||||
---|---|---|---|---|---|---|
![]() | ||||||
|
||||||
General election
Candidates
- Birch Bayh, incumbent U.S. Senator since 1963
- Ralph Lee (Socialist Workers)
- L. Earl Malcom (Prohibition)
- William Ruckelshaus, State Representative from Indianapolis
Results
Party | Candidate | Votes | % | ± | |
---|---|---|---|---|---|
Democratic | Birch Bayh (incumbent) | 1,060,456 | 51.65% | ![]() | |
Republican | William Ruckelshaus | 988,571 | 48.15% | ![]() | |
Prohibition | L. Earl Malcom | 2,844 | 0.14% | N/A | |
Socialist Workers | Ralph Lee | 1,247 | 0.06% | N/A | |
Total votes | 2,053,118 | 100.00% | |||
Democratic hold | Swing |
gollark: It has `Map` now.
gollark: Well, "array".
gollark: JS has an array/map distinction at least...
gollark: Adding a new element:```lualocal x = {1, 2, 3}table.insert(x, 4) -- inserts 4 at the end-- x is now {1, 2, 3, 4}table.insert(x, 2, "a") -- inserts "a" at position 2-- x is now {1, "a", 2, 3, 4}```
gollark: Defining an array-ish table:```lualocal example_table_name = {1, 2, 3, "hi", {}, "mixed types too"}```Iteration:```lualocal x = {"a", "b", "c"}for index, value in ipairs(x) do print(index, value)end-- prints 1 a then 2 b then 3 c```
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.