Created
October 3, 2024 08:28
-
-
Save trycf/1e0c39628007553e6ce227bb480dd72a to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
insieme=""; | |
prova = arrayAppend(insieme,"valore"); | |
writeDum(prova); | |
</cfscript> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment