Techmino icon indicating copy to clipboard operation
Techmino copied to clipboard

Add a new mode in app dtw

Open vcblr-temp opened this issue 1 year ago • 2 comments

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

vcblr-temp avatar Sep 16 '24 10:09 vcblr-temp

Contact us on Discord and we can help you creating Pull requests

SweetSea-ButImNotSweet avatar Sep 21 '24 00:09 SweetSea-ButImNotSweet

You missed an end and two ). I tried two ways to fix it but seemed that both of them didn't work

MrZ626 avatar Nov 26 '24 00:11 MrZ626

that's why it's important to format your code properly and to put it in code blocks for proper syntax highlighting

Not-A-Normal-Robot avatar Nov 26 '24 01:11 Not-A-Normal-Robot