Analyzing of Zerobrane doesent work correct -
the analyzing function of zerobrane doesent work correct. example:
test = math.random(1,10) print(test)
give me error
analyzing source code: 1 warning. /opt/zbstudio/myprograms/untitled.lua:1: first assignment global variable 'test'
if run this, work correct. hvae same problems other function. tested on bigger, working script: gave me functions error, wih same function (e.g. io.read("*l")) give me not error. how can solve problem?
Comments
Post a Comment