[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: stldib does not like luajit
- From: Martin <wtxnh-lua@...>
- Date: Thu, 11 Sep 2008 14:36:37 +0200
If I do:
require('std')
print(string.format("The %s is %d", "answer", 42)
in luajit I get the output
The %s is %d
but if I do not require('std')
then output is as expected
Martin