"Fossies" - the Fresh Open Source Software Archive 
Member "FreeBASIC-1.09.0-win64/examples/manual/samples.txt" (1 Jan 2022, 1265 Bytes) of package /windows/misc/FreeBASIC-1.09.0-win64.zip:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 FBWIKI SAMPLE BUILDER
2 ---------------------
3
4 This is a collection of FreeBASIC sample code extracted from the FreeBASIC
5 official documentation.
6
7 For full documentation, please visit:
8
9 https://www.freebasic.net/wiki
10
11
12 This software has been provided as-is without any warranty whatsoever.
13 Use at your own risk.
14
15
16 About the Samples
17 -----------------
18
19 These sources have been extracted for the primary purpose of compile
20 checking all of the manual's example code. So while most of the examples
21 are probably useful, not all of them will be. Some examples are only one or
22 two lines of code that don't have any real usefulness outside of the manual
23 itself.
24
25
26 Builing the Sample Builder:
27 ---------------------------
28
29 First, use fbc to compile the sample builder
30
31 fbc samples.bas
32
33
34 Making the Samples:
35 -------------------
36
37 Next, run 'samples' to build the samples.
38
39 samples compile
40
41
42 To see more options on how to build the samples including
43 specifying the compiler to use, which directories to build, and
44 where the source directory is located, run 'samples' without any
45 command line arguments.
46
47 samples
48
49
50 Special Files and Directories
51 -----------------------------
52
53 ./samples.ini
54
55 This file lists the source files that require special build steps.