List of state leaders in 1198

Africa

Asia

Europe

Middle East and North Africa

gollark: Not any.
gollark: Single string/table arguments you mean.
gollark: Unlike in Python.
gollark: You can access local variables defined in the outer scope as you'd expect e.g.```lualocal a = 5local function b() a = 3endprint(a) -- prints 5b()print(a) -- prints 3```
gollark: The scoping is sane, it's just block scoped or something.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.