LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Manual typos

Root / SmileBASIC Bug Reports / [.]

📌
12Me21Created:
Post any typos (spelling/grammar mistakes, not incorrect information (since much of the manual is wrong)) here.
- Screen modes 2 and 3 can also be used in DIRECT mode, butthe Touch Screen will be switched to a keyboard after execution is started

The alphabetical list of commands shown in the editor fails to display alphabetically between the phrases POP, and POW.

CONTROLLER doesn't have an explanation screen.
that is not a typo v Neither is that.

RINGCOPY Page 1: (1/2 ?) Instead of: (→ 1/2) Page 2: (← 1/2) Instead of: (← 2/2) The keyword MML: Page 7 of 7: (←→ 7/7) Instead of: (← 7/7)

Please note that these typos and mistakes are made in Version 3.5.2. Some typos may or may not corrected.There's a typo in PRGNAME$():
... - If a running program has been suspended with the STOP instruction or the START button, orif an error has occured , ...
Another typo, yay, this time a plural s is missing.
- Dialog are always displayed on the Touch Screen.
This time the caption: DIALOG("Text string",[Selection type],["Caption string"],[Timeout period]) The caption enclosed the arguments in brackets although typing it like so, crashes with an Illegal function call and the given example hasn't brackets.

On ver. 3.6.0:
for example, if the current project is changed through the Change Active Project setting,the project at non-execution time and the project at execution time will also be changed. Furthermore, when execution is started (by using RUN, executing a tool, or executing a program from the file viewer),the current project at non-execution time will be set as the initial valueof the current project at execution time.

In the main help menu it says Freemem is measured in kb but freemem's help menu says its in bytes or vice versa I forgot

COLOR - Only can used with numbers or Textcolor-constants. Background-color-constants are "out of range" Working examples:
COLOR #TBLACK, #TYELLOW

COLOR 1, #TYELLOW

COLOR #TBLACK, 7

COLOR 1, 7

COLOR , #TYELLOW

COLOR , 7

COLOR #TYELLOW