Menu

Online Help Typos

Help
Trev
2018-07-26
2018-07-27
  • Trev

    Trev - 2018-07-26

    http://gcbasic.sourceforge.net/help/_labels.html

    I suspect that:

    #define BUTTON PORTB.0
    #define LIGHT PORTB.1
    Dir BUTTON In
    Dir BUTTON Out
    

    Should be:

    #define BUTTON PORTB.0
    #define LIGHT PORTB.1
    Dir BUTTON In
    Dir LIGHT Out
    
     
  • Anobium

    Anobium - 2018-07-26

    @Trev. Good spot.

    Help can be updated by anyone on GitHub at https://github.com/Anobium/Great-Cow-BASIC-Help/tree/master/source

    If you create an account, ask for access and as you spot errors they can be corrected. I have already corrected the typo you spotted.

    Tonight, the online Help will be automaticaly updated and then we republish the IDE Help when we do a major release.

    Thank you again.

     
  • Trev

    Trev - 2018-07-27

    While I have a github account, it is probably best that I not have access given my complete lack of knowledge when it comes to GCB having only discovered it a few days ago. The last time I used any BASIC was on a Commodore VIC-20 circa 1982 and it had line numbers!

     
  • Moto Geek

    Moto Geek - 2018-07-27

    @Trev, but you did spot that one... so good job!!!!

     
  • Trev

    Trev - 2018-07-27

    :-)

     

Log in to post a comment.