List of historical states of Georgia

Antiquity

Early Middle Ages

Unification and fragmentation (11th–18th centuries)

Kingdoms

Principalities

Duchies

Modern history

gollark: PotatOS is going to get nil indexing support.
gollark: Like *all potatOS*?
gollark: I did that after it came up with some error.
gollark: ```lua fix_node = function(instance) if not debuggetupvalue then return end local i = 1 while true do local n, v = debuggetupvalue(instance, i) if not n then break end if n == "isRunning" then debugsetupvalue(instance, i, false) end if n == "procs" then debug.setupvalue(instance, i, {}) end i = i + 1 end end```
gollark: <@!113673208296636420> ```lua if node then if potatOS.fix_node then potatOS.fix_node(node.init) end node.on("dummy", function() end) process.spawn(node.init, "node") end```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.