1848 in archaeology

Explorations

  • First scientific expedition visits Tikal

Excavations

Publications

Finds

Awards

Miscellaneous

Births

Deaths

gollark: https://github.com/SquidDev-CC/CC-Tweaked/blob/master/src/main/resources/assets/computercraft/lua/bios.lua#L170
gollark: ```luafunction os.pullEventRaw( sFilter ) return coroutine.yield( sFilter )endfunction os.pullEvent( sFilter ) local eventData = table.pack( os.pullEventRaw( sFilter ) ) if eventData[1] == "terminate" then error( "Terminated", 0 ) end return table.unpack( eventData, 1, eventData.n )end```
gollark: This runs in PotatoBIOS and shouldn't be terminated, so it ignores that.
gollark: No, `os.pullEvent` handles termination too.
gollark: Oh, you should use `os.pullEvent` and not `coroutine.yield` too, right.

References

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.