Sublime Forum

How to run a program

#1

Hi I am a new programmer in sublime text and a new programmer. I am using a HP laptop windows 10 and using Lua. And I want to run a program this may not make any sense cause I am new but heres my code:

run()

Syntax.run()
run(file)
run( function )
function = Hello
function function_name( Hello… )
– body
end
print ( function )

i did this and want to know how to run it.

0 Likes