Quote:
|
Originally Posted by Gambet
tokenize #s(PlayerWarps);
I'm not sure if the above is correct, but I believe
tokenize (PlayerWarps);
would work.
|
tokenize (PlayerWarps) would give you (PlayerWarps) as #t(0). And that's it.
tokenize #s(PlayerWarps) however, tokenizes the string PlayerWarps.