Author Topic: fibonacci(4784969)  (Read 31650 times)

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
Re: fibonacci(4784969)
« Reply #105 on: July 12, 2019, 07:13:11 PM »
undef is a variable type in SB.

The UNDEF statement will free any resources to the var(s) and set the var type to undef.

Making all the variables in the function LOCAL didn't help.
« Last Edit: July 12, 2019, 07:48:47 PM by John »