v1.1.0.1
Added pointers! You dont need to use them, but they are there. They are handled by the Garbage collector, so dont worry about manually freeing them ~ but you can by the way.
Quick example:
set x = 10
set y = ^x
y^ = 9 ::Now x is 9
unset y ::Unsets the pointer
set z = ^x
unset z^ ::Unsets x, the pointer itself and all pointers refferencing to x.
Thank you for installing!
Windows installer coming soon (I did switch to linux)