#I need help plsss
14 messages · Page 1 of 1 (latest)
"hello world"
assigning a variable;
local helloWorldString = "hello word"
was that your question or if it is not can you be more specific?
Rage bait
rage bait
;compile
console.log('Hello World');
Program Output
Hello World
rising_frost | javascript | nodejs-20.17.0 | wandbox.org
ew
it'll work like magic
Thx
;compile ```lua
local str = "Hello World"
return print(str)