Snippet:
/handler
var/list/the_list = list("a", "b", "c")
/handler/proc/do_thing()
var/static/list/the_list = list("1", "2", "3")
world.log << the_list[1]
/proc/main()
var/handler/H = new()
H.do_thing()
OpenDream (via Sleepyhead):
BYOND (via Wrench):

Snippet:
OpenDream (via Sleepyhead):
BYOND (via Wrench):