View source: R/english_wrappers.R
| load_super_karel | R Documentation |
After running load_super_karel(), Karel can also turn right and turn
around with turn_right() and turn_around(). If these
superpowers aren't loaded, then these functions won't be available and Karel
can't use them.
load_super_karel()
It doesn't return anything but attaches to the global environment the
functions turn_right() and turn_around().
actions generate_world
run_actions
generate_world("mundo001")
load_super_karel()
turn_around()
turn_right()
run_actions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.