Update example.spk
This commit is contained in:
parent
e5d44ec776
commit
3cd1a70889
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
--
|
--
|
||||||
-- sPhone Application Package
|
-- sPhone Application Package
|
||||||
-- Built with SPK builder 1
|
-- Built with SPK builder 1.1
|
||||||
--
|
--
|
||||||
{
|
{
|
||||||
files = "{\
|
files = "{\
|
||||||
|
@ -10,6 +10,8 @@ print(spk.getPath())\\\
|
||||||
print(spk.getName())\\\
|
print(spk.getName())\\\
|
||||||
print(spk.getAuthor())\\\
|
print(spk.getAuthor())\\\
|
||||||
print(spk.getVersion())\\\
|
print(spk.getVersion())\\\
|
||||||
|
print(\\\"Press any key\\\")\\\
|
||||||
|
os.pullEvent(\\\"key\\\")\\\
|
||||||
\",\
|
\",\
|
||||||
}",
|
}",
|
||||||
config = "{\
|
config = "{\
|
||||||
|
|
Loading…
Reference in a new issue