Jump to content

Execute SNUSP: Difference between revisions

m
Line 134:
end
 
instruction = Dict([('>', ()-> dp += 1),
('<', ()-> (dp -= 1; if dp < 0 running = false end)), ('+', ()-> data[dp] += 1),
('-', ()-> data[dp] -= 1), (',', ()-> (data[dp] = read(stdin, UInt8))),
4,105

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.