Re: Io.print error

Posted by Hugo <Nabble> on
URL: https://old-forum.luan.software/Io-print-error-tp746p747.html

If we add parentesis then it works:
local Io = require "luan:Io"
local path = '/'
Io.print(path)