1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
elua/examples/info.lua
2008-08-09 11:15:39 +00:00

4 lines
133 B
Lua

print( "I'm running on platform " .. pd.platform() )
print( "The CPU is a " .. pd.cpu() )
print( "The CPU clock is " .. pd.clock() )