We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This works, as it should:
$ bel Language::Bel 0.63 -- msys. > (let x 0 (for i 1 1)) nil >
But then this doesn't:
$ cat golf.bel (let (x 0) (for i 1 1)) $ bel golf.bel Error: bad-clo
Very weird. No idea why this happens; also no idea why it only happens in a file, not in the REPL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This works, as it should:
But then this doesn't:
Very weird. No idea why this happens; also no idea why it only happens in a file, not in the REPL.
The text was updated successfully, but these errors were encountered: