Skip to content

Commit

Permalink
JSON Templating Engine v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 30, 2024
1 parent d7f26cb commit da6a02c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
10 changes: 10 additions & 0 deletions json-templating-engine/script-functions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
title: Script functions
parent: JSON Templating Engine
has_children: true
---

# Script functions

Script functions are related to working with scripts.
19 changes: 19 additions & 0 deletions json-templating-engine/script-functions/println.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: page
grand_parent: JSON Templating Engine
parent: Script functions
title: println
---

# println

Prints the given value to the console and appends a newline.
## Arguments

- `value` - The value to print.

## Example

```json
println('Hello world!')
```

0 comments on commit da6a02c

Please sign in to comment.