TwinBasic New Syntax in twinBASIC: Part 1 Let's cover some new syntax in twinBASIC, including "AndAlso/OrElse"; the ternary If() operator; and "Continue For" and its cousins.
TwinBasic Debugging Code in twinBASIC Experienced developers know that they spend more time debugging code than writing it. Luckily, twinBASIC has some capable debugging tools.
TwinBasic Writing Code in TwinBasic: Part 2 Let's explore three more features of the code writing experience in TwinBasic: Code folding, Inline parameter hints, and Outline view.
TwinBasic Writing Code in TwinBasic: Part 1 Let's explore three features of the code writing experience in TwinBasic: IntelliSense, Go to definition, and Semantic Highlighting.
TwinBasic The TwinBasic IDE: VS Code Many a fledgling programming language has died an early, quiet death at the hands of poor tooling. TwinBasic looks to avoid that fate with robust VS Code support.
Tools 21st Century Visual Basic Microsoft stopped supporting VB6 in 2008. Here are some modern options for migrating those old apps or developing new ones in 2020 and beyond.