Activities/Turtle Art: Difference between revisions

Line 252: Line 252:
* identity: identity function (used for spacing blocks)
* identity: identity function (used for spacing blocks)
* modulo (remainder): calculates remainder when dividing top input by the bottom input
* modulo (remainder): calculates remainder when dividing top input by the bottom input
* square root
* square root (Only available with Turtle Blocks)
* random number: generates a random integer between the minimum and maximum values
* random number: generates a random integer between the minimum and maximum values
* number block: a numeric input
* number block: a numeric input
Line 258: Line 258:
* less than: boolean less than operator (used with flow blocks)
* less than: boolean less than operator (used with flow blocks)
* equal to: boolean equal to operator (used with flow blocks)
* equal to: boolean equal to operator (used with flow blocks)
* not: boolean not
* not: boolean not (Only available with Turtle Blocks)
* and: boolean and
* and: boolean and (Only available with Turtle Blocks)
* or: boolean or
* or: boolean or (Only available with Turtle Blocks)


====Flow Palette====
====Flow Palette====