mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
Roberto Ierusalimschy
6dc20ff293
'l <= r' for numbers has its own function, instead of using
'not (r < l)' (seems to be slightly more efficient)
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%