Brainfuck compare 2 numbers as greater than or less than
问题 How can I compare two numbers with an inequality? (greater than or less than) I want to compare single digits For example 1 2 5 3 9 2 etc. 回答1: This is the best way to compare two numbers.Why because, if you are intelligent enough, you can use the same code in bigger programs.It's highly portable. Assume we have two numbers a,b. we have two blocks : if( a>=b ) and else , Hope its enough. 0 1 0 a b 0 Make the array like this. And point to the (4) i.e. point to the a +>+< This is for managing