github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/compiler/scanner/testdata/unix.lua (about)

     1  x = 10
     2  
     3  print(x)
     4  
     5  y = "\
     6  test"
     7  
     8  print(y)