package
0.0.0-20240903203445-8da6124ea7e7
Repository: https://github.com/navionguy/basicwasm.git
Documentation: pkg.go.dev
# Functions
convert the CP437 values to a strings.
NewEnclosedEnvironment allows variables during function calls.
NewTermEnvironment creates an environment with a terminal front-end.
StdError returns both the GWBASIC message, and error code for a basic error.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
size of arrays that haven't been DIM'd.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
0.
1.
6.
15.
3.
8.
2.
9.
11.
10.
13.
12.
5.
4.
7.
14.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
set background color to black.
No description provided by the author
No description provided by the author
set background color to bright black (grey).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
set foreground color to black.
No description provided by the author
No description provided by the author
set foreground color to bright black (grey).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
set foreground color to bright red.
No description provided by the author
No description provided by the author
No description provided by the author
set green.
No description provided by the author
set foreground color to red.
No description provided by the author
set yellow.
Select Graphic Rendition, reset.
No description provided by the author
No description provided by the author
XTerm.js color directives,https://xtermjs.org/docs/api/vtfeatures/.
94.
96.
92.
95.
91.
97.
93.
# Structs
holds an array of Objects.
When auto is on, this holds the current state.
BStr is a byte backed string not COMmonly used parser won't generate one they only occur at run-time.
No description provided by the author
Environment holds my variables and possibly an outer environment.
No description provided by the author
Fixed decimal point value.
Double precision floats.
Single precision floats.
No description provided by the author
No description provided by the author
HaltSignal tells the eval loop to stop executing.
IntDbl values.
Integer values.
No description provided by the author
RestartSignal restarts the eval loop after a chain.
String values.
No description provided by the author
# Interfaces
Console defines how to collect input and display output.
HttpClient allows me to mock an http.Client, minimally.
No description provided by the author
# Type aliases
BuiltinFunction is a function defined by gwbasic.
ObjectType can always be displayed as a string.