token filtering number type
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: token filtering number type
- From: "Wesley Smith" <wesley.hoke@...>
- Date: Mon, 1 Jan 2007 15:25:51 -0800
Hi,
Is there a way to use token filtering in Lua to distinguish {255, 1,
1, 255} from {255., 1., 1., 255.} in C? I'd like the former to
resolve as int and the later to resolve as floats.
thanks,
wes