How is dynamic memory allocation implemented in ROBOTC? Can we use pointers? Can we pass-by-reference into functions?
Unfortunately ROBOTC does not currently support dynamic memory allocation, so pointers are also not supported.
Pass-by-reference into functions is supported, and is implemented the same as standard C.