Talk:OTOH

From Esolang
Jump to navigation Jump to search

Loops and negative numbers

  [                           If current cell is >0, continue, else skip to matching "]"
  ]                           If current cell is 0, end loop, else skip to matching "["
Cells may contain any number. (signed and unsigned)

Those seem to be in contradiction with each other. If the current cell holds a negative number, [ will say "not OK, you're out" but ] will say "okay, you can go on to next iteration". Or is that a feature? --Koen (talk) 15:26, 24 October 2012 (UTC)