Note
• The autocomplete function only displays the commands in the menu that appears when you press C.
• Autocomplete cannot be disabled.
To input commands and functions from the Catalog menu
1. Select the menu for the item you want to input.
When you want to input this:
Built-in Python commands and functions
math module commands and functions
random module commands and functions
matplotlib.pyplot module commands and functions
turtle module commands and functions
casioplot module (page 137)
Symbols and operators
Commands and functions from an alphabetic list
• This displays a list of items.
2. Highlight the item you want to input and then press O.
• You can jump to an item in the list by using the X
name.
Auto Indent Upon Newline
Pressing E while editing a script in Editor inputs a newline.
• Pressing E after the colon (:) at the end of a line, adds two more spaces at the beginning of the new line
(Auto Indent).
• Pressing E while in an indented line will add the same indent (space) to the new line.
Statement Block Input
When inputting to Editor, selecting a command that has a multi-line syntax such as "if:else" or "for:range()" from
the Catalog menu inputs a statement block that includes line breaks and spaces.
Example:
To select "if:else" and add the multi-line context shown below, where "□" indicates a space
if□:
□□
else:
□□
When inputting into Shell, only the first line of the block is input.
To input user-defined variables and functions
1. Press V to display the Variable menu.
2. Highlight the variable or function you want to input and then press O.
• The Variable menu displays variables and functions as described below.
When V is pressed while
Editor is displayed
When V is pressed while
Shell is displayed
* See
"Initializing Shell" (page
Note
• The items below are not shown on the Variable menu.
commands and functions
A
Displays global variables and user-defined functions that are defined in
the displayed py file.
Displays global variables and user-defined functions that were defined in
the last py file executed before Shell initialization.
123).
122
Select this menu item:
C > [Built-in]
C > [math]
C > [random]
C > [matplotlib.pyplot]
C > [turtle]
C > [casioplot]
C > [Symbol]
C > [All] > [a] to [z]
to 0
Z
keys to input the first characters of the item
*
Need help?
Do you have a question about the CLASSWIZ CG and is the answer not in the manual?
Questions and answers