Log In  


Pico-8 doesn't support multiline comments anymore, eg:

print("Hello")
--[[
This is a
multiline
comment
]]
print("world!")


Thanks, fixed for 0.1.2



[Please log in to post a comment]