mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-01-10 07:40:15 +02:00
7 lines
126 B
Lua
7 lines
126 B
Lua
|
-- call a C++ function
|
||
|
|
||
|
avg, sum = average(10, 20, 30, 40, 50)
|
||
|
|
||
|
print("The average is ", avg)
|
||
|
print("The sum is ", sum)
|