Do nothing, successfully.
Synopsis
true
Description
Exit with a status code indicating success (0). Runs in the just-bash WASM shell inside SLICC.
Examples
$ true && echo "success"
Always prints "success".
$ while true; do echo "loop"; break; done
Infinite loop (with break).
See Also
false