@@ -66,42 +66,42 @@ the years, somewhat an old-fashioned yet still a relevant one.
6666So, in the end, PureBasic is one of the best BASIC dialects.
6767
6868## PureBasic Highlights
69- > - PureBasic is a structured programming language. PureBasic retained
69+ - PureBasic is a structured programming language. PureBasic retained
7070` Goto ` but as a structured programming language, instead of
7171focusing in ` Goto ` , we can use functions through procedures
7272instead, although as a
7373BASIC dialect, it does not have the ` main ` function.
74- >
75- > - PureBasic can call user-defined functions through an include
74+
75+ - PureBasic can call user-defined functions through an include
7676command, that is ` XIncludeFile ` (and ` IncludeFile ` ). This is a very
7777important one because in the past,
7878the tendency was to put everything in just one source file.
79- >
80- > - PureBasic uses single ` = ` sign for both assignment and comparison
79+
80+ - PureBasic uses single ` = ` sign for both assignment and comparison
8181operators.
82- >
83- > - PureBasic has a very good GUI components. This can be used when, say,
82+
83+ - PureBasic has a very good GUI components. This can be used when, say,
8484one programmer in C created purely a console app. In this case, all
8585you need to do is to interface using the ` stdout ` of that console app
8686and your GUI program can communicate well with the console app.
87- >
88- > - PureBasic simplified the process of creating executable files
87+
88+ - PureBasic simplified the process of creating executable files
8989and the IDE is very good.
90- >
91- > - PureBasic is for hobbyist and still can be used for creating
90+
91+ - PureBasic is for hobbyist and still can be used for creating
9292apps for business solutions.
93- >
94- > - PureBasic might be very famous in the open source projects
93+
94+ - PureBasic might be very famous in the open source projects
9595if this was an open source too.
96- >
97- > - PureBasic might be more than Visual Basic if not because
96+
97+ - PureBasic might be more than Visual Basic if not because
9898of Microsoft. We all know how powerful Microsoft is.
9999It toppled many business competitors.
100- >
101- > - PureBasic is a cross-platform programming language but
100+
101+ - PureBasic is a cross-platform programming language but
102102works well in Windows OS.
103- >
104- > - PureBasic added the user-defined data type ` structure ` .
103+
104+ - PureBasic added the user-defined data type ` structure ` .
105105This is a very useful data type to manage and organize data.
106106
107107## PureBasic Losing The Track
0 commit comments