The title is pretty self explanatory.
Code: Select all
file = love.filesystem.newFile("In love with love2d.txt")
-- How the get the pointer ?
Code: Select all
file = love.filesystem.newFile("In love with love2d.txt")
-- How the get the pointer ?
Code: Select all
astring = "pog"
print(astring)
--pog
Code: Select all
file
Code: Select all
astring = "pog"
print(astring)
--pog
Users browsing this forum: No registered users and 13 guests