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 things. 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. the program halts if both operations where less than or equal too 0. you write this like shown below:

#A, B, C

example:

#1, 2, 3