Hi Ruud et. al.,
I would like to see the ability to spawn threads as well as create pointers. I guess the threading syntax could be similar to that in Perl. The pointer syntax could be something like

Code:
$var = "Test"
$pointer = /$var
$var = \$pointer ; equals "Test"


Cheers,
Richard