Method GLUE.List()->create() Method create GLUE.List GLUE.List(void|function(:void) f) Description When creating a new list, the list code can be compiled upon creation by supplying a function f that performs the GL operations. See also call Example List list = List() { // GL code };