Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9023adb commit 61eb7bcCopy full SHA for 61eb7bc
1 file changed
docs/04.guides/08.lucee-5/08.functions-tags/page.md
@@ -8,7 +8,7 @@ id: lucee-5-functions-tags
8
###Render (new) ###
9
`render(string code [,string dialect]):string`
10
11
-Similar to the function `evaluate`, this function allows to execute CFML/Lucee code that you provide as a string.
+Similar to the function `evaluate`, this function executes CFML/Lucee code that you provide as a string.
12
13
```luceescript
14
render('<cfmail subject="Hi There!" from="#from#" to="#to#">Salve!</cfmail> ');
0 commit comments