Quick actions

cmd+k|ctrl+k

Navigation

Languages

times

Snippet info

Language

Lua

Visibility

public

Author

eleatra

Created

2021-11-29T14:23:43.856089Z

Updated

2021-11-30T09:20:50.929215Z

local startnumber=1
local timesby=2
local times=1000

local t=0;for f=0,times-1 do;t=t+1;print("("..t..") "..startnumber)startnumber=startnumber*timesby;end;
INFO