compare text changes

This commit is contained in:
Tyler Cooper 2025-08-25 15:27:09 -05:00
parent abb1e0f561
commit 6622b198d5

View file

@ -173,7 +173,8 @@ This block compares TEXT, not numbers! "10" vs "9" gives unexpected results
- **IF/Then** - Use comparison results to control flow`,
connections: {
mode: "value",
output: ["expression", "boolean"],
output: ["expression", "boolean"]
},
inputs: {
A: {
description: "Left text value to compare",
@ -185,7 +186,6 @@ This block compares TEXT, not numbers! "10" vs "9" gives unexpected results
types: ["expression", "string"],
shadow: "io_text"
}
}
},
template: "%A %OP %B",
fields: {