Home | History | Annotate | Download | only in lib-tk

Lines Matching full:logo

27 kids. It was part of the original Logo programming language developed
64 following the early Logo traditions. This reduces the boring work of
981 """Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
984 mode -- on of the strings 'standard', 'logo' or 'world'
987 Mode 'logo' is compatible with most Logo-Turtle-Graphics.
995 'logo' upward (north) clockwise
998 >>> mode('logo') # resets turtle heading to north
1000 'logo'
1005 if mode not in ["standard", "logo", "world"]:
1008 if mode in ["standard", "logo"]:
1432 "logo" : Vec2D(0.0, 1.0) }
1456 """Set turtle-mode to 'standard', 'world' or 'logo'.
1460 if mode not in ["standard", "logo", "world"]:
1466 else: # mode == "logo":
1789 modes - "standard" or "logo")
1836 standard - mode: logo-mode: