Activity for Serge

  • Serge Serge modified a comment on ticket #2

    Marcos Cruz, I do not like OPTION EXPLICIT because it requires from me to provide the same information (about the type of the variable) at least three times: (1) when I declare a variable, (2) when I initialize it, (3) when I use it. Also, it still does not help me to make sure that all variables in my program are initialized properly. When a variable is not initialized it is almost always a mistake. Except for the few cases when I really want some random data from the memory. Searching for a bug...

  • Serge Serge posted a comment on ticket #2

    Marcos Cruz, I do not like OPTION EXPLICIT because it requires from me to provide the same information (about the type of the variable) at least three times: (1) when I declare a variable, (2) when I initialize it, (3) when I use it. Also, it still does not help me to make sure that all variables in my program are initialized properly. When a variable is not initialized it is almost always a mistake. Except for the few cases when I really want some random data from the memory. Searching for a bug...

  • Serge Serge posted a comment on ticket #2

    Marcos Cruz, you are wrong. My feature request has nothing to do with the constansts. It is about variables.

  • Serge Serge posted a comment on discussion BASIC-256 Users

    Florin, does 'strcasecmp' works under Windows? Some people say it does not. An to...

  • Serge Serge posted a comment on discussion Bug reports

    Rob, it seems that my online (English) version of the example is wrong. I should...

  • Serge Serge posted a comment on discussion BASIC-256 Users

    I have noticed that in BASIC-256 the variable names are case-sensitive but the keywords...

  • Serge Serge created ticket #58

    DEF FN command

  • Serge Serge created ticket #2

    Bywater BASIC variable initialization

1