Techmino
Techmino copied to clipboard
Add a new mode in app dtw
Split+ =function() if #pos==0 then ins(pos,rnd(4)) elseif #pos==1 then local r r=rnd(3) if r>=pos[#pos] then r=r+1 end ins(pos,r) elseif pos[1]>pos[2] and #pos%2==1 or pos[1]<pos[2] and #pos%2==0 then ins(pos,rnd(pos[#pos]) else ins(pos,rnd(pos[#pos],4) end
idk how to make pull request
Contact us on Discord and we can help you creating Pull requests
You missed an end and two ).
I tried two ways to fix it but seemed that both of them didn't work
that's why it's important to format your code properly and to put it in code blocks for proper syntax highlighting