github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/compiler/codegen/testdata/test.lua (about) 1 #!/usr/bin/env lua 2 3 -- return x >= 4 4 5 x = 1 + 6 9 7 8 a = { 9 b = 7, 10 5, 11 c = 9, 12 6, 13 } 14 15 16 print(#{1, 4, 8, a = 8})