Viewing profile — OtherMush
OtherMush
HN member- Joined
- Fri, Oct 18, 2019, 10:00 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About OtherMush
No profile information was provided.
Recent public activity
-
comment
Comment #21295404
I looks like only the two built-in variables "array1" and "array2" can be used like actual arrays. someBot = someArray[0]; will not work but array1 = someArray; someBot = array1[0]…