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 program crashes the frontend:
import {consecutively, make_sound} from "sound"; consecutively(list(make_sound(x => 0, 0)));
https://share.sourceacademy.nus.edu.sg/d0xoj
The text was updated successfully, but these errors were encountered:
Strangely, replacing make_sound with pair does not crash the frontend.
make_sound
pair
Sorry, something went wrong.
No branches or pull requests
This program crashes the frontend:
https://share.sourceacademy.nus.edu.sg/d0xoj
The text was updated successfully, but these errors were encountered: