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
Necesitamos una forma de detener la ejecución del programa si una condición no se cumple. Esto sería una función así:
assert(cond, msg)
donde cond es un booleano y msg es un mensaje que se quiera desplegar cuando el booleano sea falso y la ejecución se detenga.
cond
msg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Necesitamos una forma de detener la ejecución del programa si una condición no se cumple. Esto sería una función así:
donde
cond
es un booleano ymsg
es un mensaje que se quiera desplegar cuando el booleano sea falso y la ejecución se detenga.The text was updated successfully, but these errors were encountered: