We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

SUTRAGNEZOl

From Esolang
Jump to navigation Jump to search

SUTRAGNEZOl stands for SUbtract and TRy AGain with new NUmber if Equal too Zero Or Less.SUTRAGNEZOl is a OISC. in SUTRAGNEZOl you can do one thing. it is where you have a memory adress A. then you subtract whats in memory adress B from A. if this is more than 0 we store the result in B. else if the result less than or equal too 0 we try again but with c instead of B. then if this is also lessthan or equal to 0 the memory pointer goes to D. you write this like shown below:

#A, B, C, D

example:

#1, 2, 3, 4