Search results

View ( | ) (20 | 50 | 100 | 250 | 500)
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function horners_rule( coeff, x ) ...
    69 KB (9,064 words) - 18:30, 17 March 2024
  • =={{header|Lua}}== Lua does not provide a specific OO implementation, but its metatable mechanism ...
    81 KB (10,949 words) - 10:19, 22 May 2024
  • =={{header|Lua}}== Lua 5.3+ supports integer and floating sub-types of its generic number type. The ' ...
    112 KB (13,302 words) - 15:15, 11 March 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">unpack = unpack or table.unpack -- <=5.2 vs >=5.3 polyfill ...
    92 KB (10,332 words) - 13:56, 3 June 2024
  • 8 5.3 5.11525224474 8 : 5.3 % 5.12 % ...
    147 KB (15,565 words) - 13:30, 22 March 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function isMunchausen (n) ...
    83 KB (10,469 words) - 17:19, 13 June 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">local line = "---------+----------------------------------+-------+------- ...
    147 KB (18,092 words) - 20:47, 27 April 2024
  • =={{header|Lua}}== {{works with|lua|5.4}} ...
    64 KB (8,983 words) - 17:06, 28 November 2023
  • =={{header|Lua}}== Lua's compiler will attempt to fold constant expressions, which appears to be e ...
    70 KB (8,877 words) - 15:40, 20 November 2023
  • =={{header|Lua}}== {{works with|Lua|5.1 - 5.3}} ...
    80 KB (9,752 words) - 12:04, 26 November 2023
  • =={{header|Lua}}== ...="lua">if _VERSION:sub(5) + 0 < 5.1 then print"too old" end --_VERSION is "Lua <version>". ...
    108 KB (14,611 words) - 02:38, 13 March 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">-- support: ...
    108 KB (13,568 words) - 08:09, 8 June 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">local function factors (n) ...
    116 KB (11,243 words) - 20:22, 7 May 2024
  • =={{header|Lua}}== Uses the queue-definition given at [[Queue/Definition#Lua]] ...
    92 KB (12,369 words) - 06:50, 16 June 2024
  • (5.3 4 1 2) =={{header|Lua}}== ...
    126 KB (13,283 words) - 00:14, 17 April 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function Binomial( n, k ) ...
    89 KB (10,677 words) - 12:34, 27 April 2024
  • =={{header|Lua}}== Lua uses the [ [ to mark the start of a dochere block and ] ] to mark the end. ...
    94 KB (12,546 words) - 14:33, 13 June 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">Y = function (f) ...
    194 KB (25,693 words) - 12:33, 15 March 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">local nw = require("nw") ...
    78 KB (9,517 words) - 04:31, 29 February 2024
  • =={{header|Lua}}== LuaBitOp implements bitwise functionality for Lua: ...
    229 KB (31,379 words) - 08:06, 22 April 2024
View ( | ) (20 | 50 | 100 | 250 | 500)