1998 Panamanian constitutional referendum
A constitutional referendum was held in Panama on 30 August 1998.[1] Voters were asked whether they approved of amending the 1972 constitution to allow the President to be re-elected.[2] Only 34.3% voted in favour of the reforms,[2] with a turnout of 65.4%.
This article is part of a series on the politics and government of Panama |
---|
Executive
|
Legislature
|
Administrative divisions |
|
|
Results
Choice | Votes | % |
---|---|---|
For | 385,885 | 34.33 |
Against | 716,401 | 63.73 |
Invalid/blank votes | 21,827 | 1.94 |
Total | 1,124,112 | 100 |
Registered voters/turnout | 1,718,603 | 65.4 |
Source: Nohlen |
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```
gollark: Or more accurately maps which can be used as arrays.
References
- Nohlen, D (2005) Elections in the Americas: A data handbook, Volume I, p518 ISBN 978-0-19-928357-6
- Nohlen, p525
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.