Script.hello = "" --string
function Script:Start()
self.hello = "Hello, World!"
end
function Script:UpdateWorld()
System:Print(self.hello)
endScript.hello = "" --string
function Script:Start()
self.hello = "Hello, World!"
end
function Script:UpdateWorld()
System:Print(self.hello)
endScript.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
endScript.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
endScript.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
endBack-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)