Script.hello = "" --string
function Script:Start()
self.hello = "Hello, World!"
end
function Script:UpdateWorld()
System:Print(self.hello)
end
Script.hello = "" --string
function Script:Start()
self.hello = "Hello, World!"
end
function Script:UpdateWorld()
System:Print(self.hello)
end
Script.array = {} --table
function Script:Start()
for i=1,5 do
self.array[i] = i * 2
end
end
function Script:UpdateWorld()
for i=1,#self.array do
System:Print(self.array[i])
end
end
Script.array = {} --table
function Script:Start()
for i=1,10 do
self.array[i] = i
end
end
function Script:UpdateWorld()
for i=#self.array,1,-1 do
System:Print(self.array[i])
end
end
Script.thread = nil --Thread
function Script:Start()
self.thread = Thread:Create(self.DoWork)
self.thread:Start()
end
function Script:DoWork()
for i=1,10 do
System:Print(i)
Time:Pause(1000)
end
end
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)