Functions with more than 255 OUT variables can crash SB
Root / SmileBASIC Bug Reports / [.]
12Me21Created:
If you create a function with over 255 OUT variables, it will trigger a stack underflow error when called. If you try to set the value of the 256th and beyond variables in the function, it will crash SmileBASIC.but why would you do this