Search found 1 match
- Fri Dec 10, 2010 10:04 am
- Forum: Support and Development
- Topic: print to console?
- Replies: 1
- Views: 3742
print to console?
Hi, I'm new to love2d. I use pygame, just want to see how pygame stacks up. Is there a way to print to console on Mac OS X: write("hello world!") This results in: Error: [string "main.lua"]:7: attempt to call global 'write' (a nil value) Is there an alternative to printing to con...