All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.done.txt Maven / Gradle / Ivy

There is a newer version: 27.0.0.Beta2
Show newest version
SYNOPSIS

    done [--discard]

DESCRIPTION

    Ends the 'for' block and executes the iteration.

    For example, listing all the deployment:

    for varName in :read-children-names(child-type=deployment)
     echo Deployment $varName
    done

ARGUMENTS

 --discard    - Optional. Ends the 'for' block and discard it.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy