Skip to content

Commit

Permalink
remove future info
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 18, 2024
1 parent 2721303 commit e9eb5d3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/recipes/tag-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,3 @@ loop from="1" to=max index="i" {
```

In this case, the `max` variable is evaluated properly, and the code runs without errors.

## Future Developments

Looking ahead, Lucee aims to merge the two concepts of tags and functions. For instance, tags like `savecontent` could eventually return a value, which would make their usage clearer and more functional:

```javascript
result = savecontent {
include "susi.cfm";
}

result = cfsavecontent() {
include "susi.cfm";
}
```

This planned unification will further streamline the use of tags in script, making Lucee an even more powerful tool for developers.

0 comments on commit e9eb5d3

Please sign in to comment.