Hello,
You really should implement a process during compilation that detects and warns about infinit loops(ex: a function calling itself, a "bad" IF flow). A simple distraction can easily create an Infinite loop that will shut down an entire environment.
You really should implement a process during compilation that detects and warns about infinit loops(ex: a function calling itself, a "bad" IF flow). A simple distraction can easily create an Infinite loop that will shut down an entire environment.