-
-
Save chirsz-ever/c415a274c44eea2cf4dc1758723b71aa to your computer and use it in GitHub Desktop.
A script that can be run as JavaScript or Lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --{}._/* | |
| print('lua') | |
| --[[*/ | |
| console.log('js') | |
| /*--]]--*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --{}._/* | |
| print('lua') | |
| --[[*/ | |
| console.log('js') | |
| /*--]]--*/ |