abs
a reporter that takes a number as input and reports the absolute value of that number
- All Physics
- Energy Transfer and Wave basics
all?
a Boolean (true/false) reporter that takes a set of agents and a Boolean expression as input and that reports true if all of the agents in the set report true for the input Boolean reporter and reports false if any agent of the agents would report false
- Introduction to Modeling and Simulation
and
a reporter that takes two Boolean (true/false) inputs and reports true if both inputs report true and reports false if either or both inputs report false
- All Biology
- Homeostasis
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
any?
a Boolean (true/false) reporter that takes a set of agents as input and reports true if there are any agents in the set and reports false if the set is empty
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
ask
a command that takes an agent or set of agents and a set of commands as input and makes each agent in the set (in random order) follow the commands
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
atan
a reporter that performs the inverse tangent function by taking a coordinate pair as inputs and reporting the direction of that vector
- All Chemistry
- Atomic Structure
back, bk
a command moves the turtle backward a specified number of steps
- All Physics
- Cart on a Ramp
both-ends
a reporter that reports a set of the two agents at the ends of the link
- All Physics
- Energy Transfer and Wave basics
breed
a keyword that takes a plural name and a singular name as input and defines a class of turtles with that name
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Physical nature of matter
- All Physics
- Resistivity and Resistance
breed
a built-in turtle (and link) variable that stores the set of all turtles (or links) that are the same breed as the turtle (or link) calling the reporter
- All Biology
- Homeostasis
- All Chemistry
- Acid Base Titration
clear-all
a command that:
- sets all the code-defined (not slider defined) global variables to zero
- clears the tick counter (leaving it with no value, not zero)
- kills all the turtles
- resets all the patch variables (including color) to their defaults
- clears all the all lines and stamps drawn by turtles
- clears every plot
- clears the text from the model output area (if applicable)
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
color
a built-in turtle or link variable that reports the color of the turtle or link
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
count
a reporter that takes a set of agents as input and reports the number of agents in the set
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
create-link-to, create-links-to, create-link-with, create-links-with
commands that create link(s) between turtles
- All Biology
- Photosynthesis
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
create-turtles
a command that takes a number as input and creates that number of turtles
- Introduction to Modeling and Simulation
- All Chemistry
- Atomic Structure
- All Physics
- Cart on a Ramp
die
a command that makes a turtle stop existing (stop executing code, disappear from any sets of agents it was in, terminate any links to that turtle, etc.)
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
distance
a reporter that takes a turtle or patch as input and reports the distance between the current agent and the given turtle or patch.
- All Physics
- Cart on a Ramp
face
a command takes an agent as input and turns the current agent towards that agent
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
foreach
a command that takes a list and a command as input and runs the command once for each item in the list
- All Physics
- Energy Transfer and Wave basics
forward, fd
a command moves the turtle forward a specified number of steps
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
globals
a keyword that takes one or more variable names as input and defines a new global (cross-program) variable with each name
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
hatch, hatch-<breeds>
a command that creates a specified number of new turtles (or turtles of a specific breed) and runs any bracketed commands (if there are any) once for each turtle (or turtles of that specific breed)
- All Biology
- Ecosystems Dynamics
- All Physics
- Resistivity and Resistance
heading
a built-in turtle variable that reports the direction that the turtle is facing
- All Biology
- Homeostasis
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
hide-link
a command that makes a link invisible
- All Biology
- Photosynthesis
hide-turtle
a command that makes the turtle invisible
- All Physics
- Energy Transfer and Wave basics
if
a command that takes a Boolean expression and a set of commands as input and runs the commands if the Boolean expression is true and does nothing if it is false
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
ifelse
a command that takes a Boolean expression and two sets of commands as input and runs the first set of commands if the Boolean expression is true and runs the second set of commands if the Boolean expression is false
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- All Chemistry
- Acid Base Titration
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
in-radius
a reporter that takes a set of agents and a number as input and reports a new set of agents containing only the agents from the original set that are within a distance of the input number from the agent calling the reporter
- All Biology
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
item
a reporter that either takes an index number and a list as input and reports the item from the input list that is at the position given by the index number, or it takes an index number and a string of text as input and reports the character from the input string that is at the position given by the index number
- All Physics
- Energy Transfer and Wave basics
left, lt
a command that takes a number as input and turns the turtle left that number of degrees
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
let
a command that takes a variable and a value as input and creates a new local (limitedly-available) variable and sets its value to the inputted value
- All Biology
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
link-neighbors
a reporter that reports the set of all turtles connected by a link to the turtle calling the reporter
- All Biology
- Photosynthesis
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
links
a reporter that reports a set of all the links
- All Physics
- Energy Transfer and Wave basics
list
a reporter that takes some values as input and reports a single list containing all of those values
- All Chemistry
- Atomic Structure
- All Physics
- Energy Transfer and Wave basics
log
a reporter that takes a number and a base as input and Reports the logarithm of number in specified base
- All Chemistry
- Acid Base Titration
lput
a reporter that takes a value and a list as input and adds the specified value to the end of the list and reports the new list
- All Chemistry
- Atomic Structure
max
a reporter that takes a list of numbers as input and reports the number with the maximum value in that list
- All Physics
- Energy Transfer and Wave basics
max-pxcor
a reporter that stores the maximum x-coordinate for the world
- All Biology
- Photosynthesis
- All Chemistry
- Atomic Structure
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
max-pycor
a reporter that stores the maximum y-coordinate for the world
- All Biology
- Photosynthesis
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
mean
a reporter that takes a list of numbers as input and reports the average (mean) value of those numbers
- All Physics
- Energy Transfer and Wave basics
min
a reporter that takes a list of numbers as input and reports the number with the minimum value in that list
- All Physics
- Energy Transfer and Wave basics
min-pxcor
a reporter that stores the minimum x-coordinate for the world
- All Biology
- Photosynthesis
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
min-pycor
a reporter that stores the minimum y-coordinate for the world
- All Biology
- Photosynthesis
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
mod
a reporter that takes two numbers as inputs and reports the remainder when the first number is divided by the second
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
move-to
a command that takes an agent as input and sets the location of the agent calling the command to the same coordinates as those of the input agent
- All Biology
- Photosynthesis
- All Chemistry
- Physical nature of matter
- All Physics
- Resistivity and Resistance
my-links
a reporter that reports a set of all the links connected to the agent calling the reporter
- All Biology
- Photosynthesis
- All Physics
- Resistivity and Resistance
n-of
a reporter that takes a number and either a set of agents or a list as input and reports a randomly chosen set of agents or items the size of the input number from the input set of agents or the input list
- All Biology
- Homeostasis
- Photosynthesis
- All Chemistry
- Physical nature of matter
neighbors4
a reporter that reports the set of four surrounding patches
- All Chemistry
- Physical nature of matter
netlogo-web?
a Boolean (true/false) reporter that reports true if the model is running in NetLogo Web (online) and reports false otherwise
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
nobody
a value that indicates that no agent was found when using one-of, max-one-of, etc.
- All Biology
- Ecosystems Dynamics
- All Chemistry
- Acid Base Titration
- All Physics
- Cart on a Ramp
not
a Boolean (true/false) reporter that takes a Boolean expression as input and reports true if the Boolean expression is false and reports false if the Boolean expression is true
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
of
a reporter that takes a reporter and an agent as input and reports the outcome of calling that reporter with that agent as input, or it takes a reporter and a set of agents as input and reports a list of the outcomes of calling that reporter with each agent in the set as input
- All Biology
- Photosynthesis
- All Physics
- Energy Transfer and Wave basics
one-of
a reporter that takes a set of agents as input and reports a random agent or takes a list as input and reports a random item from the list
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
or
a reporter that takes two Boolean (true/false) inputs and reports true if either input reports true and reports false if both inputs report false
- All Chemistry
- Atomic Structure
- All Physics
- Cart on a Ramp
other
a reporter that takes a set of agents as input and reports the same set of agents except without the agent calling the reporter
- All Chemistry
- Physical nature of matter
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
patch-ahead
a reporter that takes a distance (a number) as input and reports the patch that is that distance ahead of the current turtle (along the turtle’s current heading)
- All Physics
- Cart on a Ramp
patch-here
a reporter that reports the patch under the turtle
- All Biology
- Photosynthesis
- All Physics
- Resistivity and Resistance
patches
a reporter that reports the set of agents that are patches
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
patches-own
a keyword that defines the variables belonging to each patch
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
pcolor
a built-in patch variable that stores the color of the patch
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
pen-down, pen-erase, pen-up
a command that changes turtle’s mode to drawing lines (pen-down), removing lines (pen-erase), or neither (pen-up)
- All Chemistry
- Atomic Structure
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
pen-size
a built-in turtle variable that holds the width of the line that the turtle will draw (or erase)
- All Physics
- Cart on a Ramp
plot-pen-reset
a command that clears the drawings made by the current pen on the plot, moves it to (0,0), and puts the pen down
- All Physics
- Energy Transfer and Wave basics
plotxy
a command that takes a coordinate pair as inputs and moves the current plot pen to that coordinate on the plot
- All Chemistry
- Acid Base Titration
pxcor
a built-in patch variable that reports the x-coordinate of the patch
- All Biology
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
pycor
a built-in patch variable that stores the y-coordinate of the patch
- All Biology
- Photosynthesis
- All Chemistry
- Atomic Structure
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
random
a reporter that takes a number as input and reports a random integer between the input number and zero (including zero but excluding the input number)
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
random-float
a reporter that takes a number as input and reports a random decimal number between the input number and zero (including zero but excluding the input number)
- All Biology
- Photosynthesis
- All Chemistry
- Atomic Structure
random-pxcor
a reporter that reports a random x-coordinate in the world window
- All Biology
- Homeostasis
random-pycor
a reporter that reports a random y-coordinate in the world window
- All Biology
- Homeostasis
random-xcor
a reporter that reports a random x-coordinate from the allowable range
- Introduction to Modeling and Simulation
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Acid Base Titration
random-ycor
a reporter that reports a random y-coordinate from the allowable range
- Introduction to Modeling and Simulation
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Acid Base Titration
repeat
a command that takes a number and a set of commands as input and repeats that set of commands the specified number of times
- All Biology
- Homeostasis
report
a command takes a value as input, terminates the current to-report procedure, and reports the input value as the result of that procedure
- All Chemistry
- Physical nature of matter
- All Physics
- Cart on a Ramp
reset-ticks
a command that resets the tick counter to zero, sets up all plots, then updates all plots
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
rgb
a reporter that takes three numbers as input (one for red, one for green, and one for blue) and reports a list intaking all three values
- All Physics
- Energy Transfer and Wave basics
right, rt
a command that takes a number as input and turns the turtle right that number of degrees
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
self
a reporter that reports this turtle, patch, or link; it means “me”
- All Biology
- Photosynthesis
set
a command that takes a variable and a value as input and sets the value of the variable to the inputted value
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
set-current-plot
a command that takes a plot name as input and makes that plot the current plot
- All Chemistry
- Acid Base Titration
set-default-shape
a command that takes a type of agent and a shape as input and sets the default shape for new agents of that type to the specified shape
- All Chemistry
- Acid Base Titration
setup-plots
a command that runs the setup commands for each plot
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
setxy
a command that takes an x-coordinate and a y-coordinate as input and sets the x-coordinate and y-coordinate of the turtle to these values, respectively
- Introduction to Modeling and Simulation
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- All Chemistry
- Acid Base Titration
shape
a built-in turtle and link variable that stores the name of the shape of the turtle or link
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
show
a command that takes a value as input and prints that value in the Command Center
- All Biology
- Homeostasis
- All Physics
- Cart on a Ramp
show-turtle
a command that makes the turtle visible
- All Physics
- Energy Transfer and Wave basics
size
a built-in turtle variable that reports the size of the turtle
- All Biology
- Homeostasis
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Cart on a Ramp
sort-on
a reporter that takes a set of agents and a reporter as input and reports a new list of the same agents sorted by the value of calling that reporter with each agent
- All Physics
- Energy Transfer and Wave basics
sprout, sprout-<breeds>
a command that takes a number and sometimes a set of commands as input and creates that number of new turtles (or turtles of a specific breed) with random colors and facing random directions on that patch. If a set of commands is included as input, each of the new turtles run those commands.
- All Chemistry
- Atomic Structure
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
sqrt
a reporter that takes a number as input and reports the square root of that number
- All Chemistry
- Atomic Structure
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
stop
a command that makes the agent exit immediately from the enclosing procedure or command
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- All Physics
- Cart on a Ramp
tan
a reporter that takes an angle (a number) as input and reports the tangent of that angle
- All Physics
- Cart on a Ramp
tick
a command that advances the tick counter by one and updates all the plots
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- All Chemistry
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
ticks
a reporter that reports the current value of the tick counter
- All Biology
- Homeostasis
tie
a command that connects two agents where one or both is the “root” and the other (or both) is the “leaf;” when the root moves, the leaf moves the same amount and when the root turns, the leaf turns the same amount and rotates the same amount around the root
- All Biology
- Photosynthesis
to … end
keywords that begin and end procedures
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- Acid Base Titration
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
to-report … end
keywords that begin and end reporter procedures
- All Chemistry
- Physical nature of matter
- All Physics
- Cart on a Ramp
turtle-set
a reporter that takes a number of inputs (turtles, sets of agents, lists, etc.) and reports set containing all of the turtles in any of the inputs
- All Biology
- Photosynthesis
turtles
a reporter that reports the set of all turtles
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- All Chemistry
- Atomic Structure
- Acid Base Titration
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
turtles-here, <breeds>-here
a reporter that reports the set of all turtles (or turtles of a specific breed) in the patch where the reporter is called
- Introduction to Modeling and Simulation
- All Chemistry
- Atomic Structure
turtles-on
a reporter that takes a set of agents (patches or turtles) as input and reports a set of all the turtles that are on (or standing on) the same patch(es)
- All Physics
- Cart on a Ramp
turtles-own, <breeds>-own
a keyword that defines the variables belonging to each turtle or breed of turtles
- Introduction to Modeling and Simulation
- All Biology
- Ecology (simple ecosystems)
- Ecosystems Dynamics
- Photosynthesis
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
update-plots
a command that runs the update commands for each plot
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
wait
a command that takes a number as input and pauses all program activity for that number of seconds
- Introduction to Modeling and Simulation
- All Biology
- Homeostasis
while
a command that takes a reporter and a set of commands as input and runs the commands repeatedly as long as the reporter reports true; if the reporter ever reports false, it stops repeating the commands
- All Chemistry
- Atomic Structure
- All Physics
- Cart on a Ramp
who
a built-in turtle variable that reports the built-in turtle ID number
- Introduction to Modeling and Simulation
with
a reporter that takes a set of agents and a Boolean expression as input and reports a new set of agents containing only the agents from the original set that report true for the Boolean expression
- Introduction to Modeling and Simulation
- All Biology
- Photosynthesis
- All Chemistry
- Atomic Structure
- Physical nature of matter
- All Physics
- Resistivity and Resistance
- Energy Transfer and Wave basics
- Cart on a Ramp
xcor
a built-in turtle reporter that stores the x-coordinate of the turtle
- All Biology
- Homeostasis
- Photosynthesis
- All Chemistry
- Atomic Structure
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp
ycor
a built-in turtle reporter that stores the y-coordinate of the turtle
- All Biology
- Homeostasis
- Photosynthesis
- All Chemistry
- Atomic Structure
- All Physics
- Energy Transfer and Wave basics
- Cart on a Ramp