mzijlstra / flowcharts

Flowcharts: Computational Thinking Tool
Apache License 2.0
2 stars 0 forks source link

Call Statement #11

Closed mzijlstra closed 8 years ago

mzijlstra commented 9 years ago

Do we want to create a statement which only has an expression block, and which is only evaluated for its side effects? (the idea is that you put a function call inside it).

mzijlstra commented 8 years ago

Fixed this -- although I did realized that it is only useful for side effects (procedure calls). The amount of these that we have with Turtle Graphics, and the coming image manipulation makes it worth it.

The flowcharts will be significantly cleaner than the alternative (assigning to an 'ignore' variable)