On types: #,%,$ are the same as normal SB. However, $ now means any pointer, not just a string pointer. Pointer vars have to be typed, but functions do not (same as SB) And yep, pointers are what you expect. An object pointer can be passed to other functions. (a typed pointer can point to a function as well!)