cosmopolitan/examples/hellolua.lua

2 lines
52 B
Lua
Raw Normal View History

print(string.format("2 + 3 = %g", NativeAdd(2, 3)))