---
title: juttle_element_name_goes_here | Juttle Language Reference
---

juttle_element_name_goes_here 
=================================

Describe this Juttle element in one or two sentences, using the
imperative form ("Return the value of the specified variable" or
"Truncate a string to the specified number of characters", for example).

``` 
usage summary goes here
```

Parameter  |  Description  |  Required?
---------- | ------------- | ---------:
`-parameter1`  | Description of parameter1  |  Yes/No

_Example_ 

Explain what the example below does.

```
// code snippet
```

