1 changed files with 57 additions and 0 deletions
@ -0,0 +1,57 @@ |
|||
COMPAR : |
|||
======== |
|||
|
|||
<[ |
|||
>[->+>+<<]>>[-<<+>>] on copie |
|||
+<[>-<[-]] on teste |
|||
>[->+>+<<]>>[-<<+>>] |
|||
<[<<<<[-]+>+>>>-] si le test est valide on efface |
|||
<<<-<-on finit la boucle |
|||
] |
|||
{add the last part} |
|||
|
|||
|
|||
EQUALS : |
|||
+>[<->[-]]>>[<<<->>>-]<<< |
|||
|
|||
DIFFERENT : |
|||
>[<+>[-]]>>[<<<+>>>-]<<< |
|||
|
|||
GREATER : |
|||
>>>[<<<+>>>-]<<< |
|||
|
|||
GREATER OR EQUALS : |
|||
+>[<->[-]]< |
|||
|
|||
SMALLER : |
|||
>[<+>[-]]< |
|||
|
|||
SMALLER OR EQUALS : |
|||
+>>>[<<<->>>-]<<< |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
MUL : |
|||
===== |
|||
|
|||
<[->>+<<]>[->[-<<+>>>+<]>[-<+>]<<]>[-]<< |
|||
|
|||
|
|||
|
|||
DIV : |
|||
===== |
|||
|
|||
[->+>>+<<<] |
|||
<[->+>>+<<<] |
|||
>>> |
|||
[>[->+>+<<]>>[-<<+>>]+<[>-<[-]]>[->+>+<<]>>[-<<+>>]<[<<<<[-]+>+>>>-]<<<-<-]+>[<->[-]]< |
|||
[ |
|||
-<[-<->>+<]>[-<+>] |
|||
<<<+> |
|||
[->>+>+<<<]>>>[-<<<+>>>]<< |
|||
[->>+>+<<<]>>>[-<<<+>>>]< |
|||
<[>[->+>+<<]>>[-<<+>>]+<[>-<[-]]>[->+>+<<]>>[-<<+>>]<[<<<<[-]+>+>>>-]<<<-<-]>>>[<<<+>>>-]<<< |
|||
] |
|||
<[-]<[-]< |
Loading…
Reference in new issue