🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
Function calls with arrays
Root
/
FAQs
/
[.]
NateDogg1232
Created:
~6 years ago
NateDogg1232
#1
Are arrays passed through functions passed through reference, or are they copied to a new array?
snail_
#2
Strings and arrays pass by reference. Ints and doubles pass by value. Strings and arrays are reference types, ints and doubles are not.