about summary refs log tree commit diff stats
path: root/src/Makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-05 09:17:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-11-05 09:17:54 -0700
commit37b05c2957657ca618dfc183a909705b32b7adc5 (patch)
treed70dbe5aa69e7c728bb4c075f4f6c203d7cc014b /src/Makefile
parentb4d86665b8bb42de74ffc52e123b7383e3128f9f (diff)
downloadteliva-37b05c2957657ca618dfc183a909705b32b7adc5.tar.gz
https://www.lua.org/pil/28.3.html
a = array.new(1000)
for i=1,1000 do
  a:set(i, 1/i)
  end
print(a:get(10))  -- 0.1
Diffstat (limited to 'src/Makefile')
0 files changed, 0 insertions, 0 deletions