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
982 """Set turtle-mode ('standard', 'logo' or 'world') and perform reset.
985 mode -- one of the strings 'standard', 'logo' or 'world'
988 Mode 'logo' is compatible with most Logo-Turtle-Graphics.
996 'logo' upward (north) clockwise
999 >>> mode('logo') # resets turtle heading to north
1001 'logo'
1006 if mode not in ["standard", "logo", "world"]:
1009 if mode in ["standard", "logo"]:
1433 "logo" : Vec2D(0.0, 1.0) }
1457 """Set turtle-mode to 'standard', 'world' or 'logo'.
1461 if mode not in ["standard", "logo", "world"]:
1467 else: # mode == "logo":
1790 modes - "standard" or "logo")
1837 standard - mode: logo-mode: