I dont feel good and im bored

From Esolang
Jump to navigation Jump to search

I dont feel good and im bored or Idfgaib is a esolang created by User:Yayimhere and is name explains why it was made

how it works

a IDFGAIM program is a list of equations separated by newlines with arbitrary variables(like x, y, z ect.). and for each solution of x specifically a unicode char will be added to the memory(a string) where the unicode char is x converted to unicode. there are a few special rules:

  • every equation will be solved at the same time(and the appending will be ordered after how high x is ordered highest to lowest, with a priority for the top program)
  • until the final solution is found the program loops finding solutions to unsolved equations. if an equation has an infinite amount of
  • it will halt when no more equations can be solved
  • if a equation has no solutions it will break out of any loop and continue
  • IDFGAIM does not allow negatives

format

the equations have this format:

√A sqrt of A
A+B a plus B
A-B a minus B
A*B a multiplied by b
A/B a divided by B
A%B a modulo b
(A) group expression A
A=B a equal to b
A≠B a not equal to b
A>B a more than b
A<B a less than b
A^B a raised to the power of 2
n√A n'th root of a