Do nothing, unsuccessfully.
Synopsis
false
Description
Exit with a status code indicating failure (1). Runs in the just-bash WASM shell inside SLICC.
Examples
$ false || echo "failed"
Always prints "failed".
See Also
true
Do nothing, unsuccessfully.
false
Exit with a status code indicating failure (1). Runs in the just-bash WASM shell inside SLICC.
$ false || echo "failed"
Always prints "failed".
true