|
From: David K. <da...@gn...> - 2017-11-15 11:34:14
|
Ethan Merritt <eam...@gm...> writes: > [now I'm nit-picking...] > > Lua doesn't have integer variables, so there the question is moot. That nit, by the way, is dead. dak@lola:/usr/local/tmp/lilypond$ lua5.3 Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio > =math.type(4.0) float > =math.type(4) integer > -- David Kastrup |