Jump to content
  • 0

can i do smt like this in lua?


animehack

Question

4 answers to this question

Recommended Posts

On 7/11/2020 at 11:33 AM, TopGEOYT said:

Understood almost nothing...

But may be u meant this :

test = "www."
test2 = "google.com"
test3 = test
test4 = test2
test5 = test3
test6 = test4

print(test5..test6)

yes thx i am sorry for explenation but thats exacly what i wanted

Link to comment
Share on other sites

On 7/9/2020 at 12:02 PM, animehack said:

so i was wondring if i can do smt like this

test = www.
test2 = google.com
test3 = test
test4 = test2
test5 = test3
test6 = test4

print("test5, test6")

and that shuold then print www.google.com

Understood almost nothing...

But may be u meant this :

test = "www."
test2 = "google.com"
test3 = test
test4 = test2
test5 = test3
test6 = test4

print(test5..test6)

Link to comment
Share on other sites

On 7/9/2020 at 4:02 PM, animehack said:

so i was wondring if i can do smt like this

test = www.
test2 = google.com
test3 = test
test4 = test2
test5 = test3
test6 = test4

print("test5, test6")

and that shuold then print www.google.com

Jus do

print('www.google.com')

But u can't click the link

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.