I'm wondering if it's possible to do it without garbage collection.
If I have a variable (reference type), can I "delete" it from memory anyhow?
I think C++ had a delete operator, uh cant remember