Skip to content

Commit 0313ae0

Browse files
update README.md
1 parent 0c0c877 commit 0313ae0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,42 +66,42 @@ the years, somewhat an old-fashioned yet still a relevant one.
6666
So, 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
7171
focusing in `Goto`, we can use functions through procedures
7272
instead, although as a
7373
BASIC 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
7676
command, that is `XIncludeFile` (and `IncludeFile`). This is a very
7777
important one because in the past,
7878
the 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
8181
operators.
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,
8484
one programmer in C created purely a console app. In this case, all
8585
you need to do is to interface using the `stdout` of that console app
8686
and 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
8989
and 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
9292
apps 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
9595
if 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
9898
of Microsoft. We all know how powerful Microsoft is.
9999
It toppled many business competitors.
100-
>
101-
> - PureBasic is a cross-platform programming language but
100+
101+
- PureBasic is a cross-platform programming language but
102102
works well in Windows OS.
103-
>
104-
> - PureBasic added the user-defined data type `structure`.
103+
104+
- PureBasic added the user-defined data type `structure`.
105105
This is a very useful data type to manage and organize data.
106106

107107
## PureBasic Losing The Track

0 commit comments

Comments
 (0)