Navigation:  LUA Scripting Engine > Sample LUA Script Code >

Simple.lua

Previous pageReturn to chapter overviewNext page

Prints output to console window using princ()

bar_dot

 

 

for nVal = 1, 10, 1 do

 fab3000.princ( "Hello World -- Line=" .. nVal )

end