diff options
author | dvs1 | 2024-10-27 10:18:41 +1000 |
---|---|---|
committer | dvs1 | 2024-10-27 10:18:41 +1000 |
commit | 723030e9016e28d7a1d74d5f513905bf01a0de18 (patch) | |
tree | 61aa2536a7b709f68cc4b2581c25f888b714f625 /test_.lua | |
parent | Debug code -- (diff) | |
download | JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.zip JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.tar.gz JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.tar.bz2 JackOnAllDevices-723030e9016e28d7a1d74d5f513905bf01a0de18.tar.xz |
Rename _ to PolygLua externally.
Next it'll want it's own package. Oh wait....
Diffstat (limited to 'test_.lua')
-rwxr-xr-x | test_.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/env luajit | 1 | #!/usr/bin/env luajit |
2 | 2 | ||
3 | 3 | ||
4 | local _ = require '_' | 4 | local _ = require 'PolygLua' |
5 | 5 | ||
6 | 6 | ||
7 | I'Starting from the top.' | 7 | I'Starting from the top.' |