This commit is contained in:
2026-06-27 17:09:27 +07:00
parent 8f12c29a78
commit 1e8149aa6f
+1 -1
View File
@@ -515,7 +515,7 @@ using Julia's expression interpolation mechanism.
- A `Symbol` constructed from the string value of the input variable. - A `Symbol` constructed from the string value of the input variable.
# Notes # Notes
- This function uses `:$variable` interpolation to capture the variable's - This function uses variable interpolation to capture the variable's
value as a Symbol. It works with any variable type that can be converted value as a Symbol. It works with any variable type that can be converted
to String. to String.