Releases: daxnet/logo-sharp
Releases · daxnet/logo-sharp
LogoSharp 0.9.20 Preview Release
Key Features
LogoSharp provides the following commands and features:
- Basic Pen Commands
- PENDOWN/PD
- PENUP/PU
- SETPENCOLOR/SETPC/PC
- SETPENSIZE
- PENERASE/PE
- PENNORMAL/PN
- Basic Drawing Commands
- LEFT/LT
- RIGHT/RT
- FORWARD/FD
- BACKWARD/BK/BACK
- DELAY
- DRAW/CLS/CLEARSCR/CLEARSCREEN/CS
- Turtle Control Commands
- HOME
- SHOWTURTLE/ST
- HIDETURTLE/HT
- Flow Control Commands
- REPEAT and RepCount
- Language Features
- Variables (The MAKE command)
- Expressions
- Procedures
- Function Calls
- SQRT
- RANDOM
- Inline Comments
Limitations
- IF/WHILE statement is not yet supported, will be added soon
- Code editing doesn't support multi-line format
- Logo commands other than the ones listed above are not supported. More will be added in future
- Function calls need to be surrounded by the braces, for example, {SQRT 2} or {RANDOM 100}