buzz-lang/Buzz

Calling a Buzz function that wants parameters without parameters generates segfault

Closed this issue · 0 comments

Example:

function f(x) {
  i = x + 1
}

f()