Visual Programming IDE

Variables

Variable
Store a value

Math Operations

Add
Add two numbers
Subtract
Subtract two numbers
Multiply
Multiply two numbers

Logic

If Statement
Conditional execution
Compare
Compare two values

Control Flow

For Loop
Repeat actions

Functions

Function
Create a function
Console Output
Print to console
Code
Console
// Welcome to Visual Programming IDE!
// Drag nodes from the left panel
// Connect them together
// Watch your code generate here in real-time
// Double-click nodes to edit properties
// Click "Run Simulation" to see it execute!