Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • =={{header|Lua}}== Lua < 5.3 has a single double-precision numeric type. Lua >= 5.3 adds an integer numeric type. "^" is supported as an infix exponentiation o ...
    46 KB (6,347 words) - 19:04, 4 March 2024
  • =={{header|Lua}}== {{works with|Lua|5.1 - 5.3}} ...
    29 KB (3,383 words) - 10:13, 10 December 2023
  • =={{header|Lua}}== {{works with|Lua|5.0 - 5.4, and perhaps beyond, but not before}} ...
    121 KB (15,168 words) - 15:17, 5 May 2024
  • =={{header|Lua}}== ...ed, however the following might suffice as a simple example for Lua 5.2 or 5.3. ...
    26 KB (4,216 words) - 20:18, 28 February 2024
  • =={{header|Lua}}== {{works with|Lua|5.1 - 5.3}} ...
    39 KB (4,876 words) - 10:01, 10 December 2023
  • =={{header|Lua}}== ...5.3 supports UTF-8 encoding as documented here: https://www.lua.org/manual/5.3/manual.html#6.5 . ...
    39 KB (5,141 words) - 10:23, 15 February 2024
  • =={{header|Lua}}== Lua doesn't have a native concept of classes, and the only custom data structur ...
    57 KB (8,049 words) - 17:58, 12 November 2023
  • =={{header|Lua}}== <syntaxhighlight lang="lua">socket = require "socket" ...
    36 KB (4,502 words) - 21:04, 9 December 2023
  • =={{header|Lua}}== <syntaxhighlight lang="Lua"> ...
    71 KB (9,129 words) - 03:06, 24 February 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function makeList (separator) ...
    56 KB (7,107 words) - 10:18, 6 January 2024
  • =={{header|Lua}}== {{works with|Lua|5.3}} ...
    65 KB (8,475 words) - 10:31, 2 February 2024
  • =={{header|Lua}}== {{works with|lua|5.3}} ...
    69 KB (9,515 words) - 19:38, 31 March 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">f = loadstring(s) -- load a string as a function. Returns a function. ...
    81 KB (11,425 words) - 20:14, 3 February 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function compose(f, g) return function(...) return f(g(...)) end end</synt ...
    101 KB (14,223 words) - 22:04, 13 March 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function acc(init) ...
    120 KB (16,263 words) - 16:16, 16 May 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">function a(k,x1,x2,x3,x4,x5) ...
    127 KB (18,020 words) - 17:15, 4 February 2024
  • =={{header|Lua}}== but is quite nice on console. Should work with all Lua versions, used nothing special. ...
    159 KB (16,052 words) - 13:49, 14 May 2024
  • =={{header|Lua}}== <syntaxhighlight lang="lua">local function Y(x) return (function (f) return f(f) end)(function(y) retu ...
    123 KB (16,892 words) - 07:55, 18 May 2024
  • =={{header|Lua}}== {{works with|Lua|5.1 - 5.3}} ...
    151 KB (17,473 words) - 11:10, 15 February 2024
  • =={{header|Lua}}== {{works with|Lua|5.3}} ...
    112 KB (12,399 words) - 11:42, 11 February 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)