A common programming mistake is having parameters with the wrong type. To fix this, run the program and check the errors in the output window. Then, find the mistake and correct it in the code.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
There is a parameter with the wrong type in this program. The action RaiseToPower accepts two integers or numbers as parameters. However, in this program one of the parameters is text. Remove the quotes from around the integer 2 and run your program.