Menu

Folding in a user defined language custom

2007-07-26
2012-11-13
  • Nobody/Anonymous

    VB handles this just fine, but doesn't have the rest of the stuff I'm looking for.  I program in a proprietary version of Basic, but some of the functions are the same.  For instance, LABEL: begins a subroutine.  LABEL is arbitrary and can be any non-reserved text, however every function starts with a label followed immediately by a colon (:).  They all end with RETURN.  The VB does this perfectly, but I can't reproduce it in a custom one and I'm not sure why.  Can anybody tell me why or how to make it work?

     
    • Nobody/Anonymous

      anybody?