inscript

Example

Gather numbers.

The gather verb creates a numeric range and stores it under a readable name.

gather the numbers from 1 to 10

Output:

I understand this as: gather the numbers from 1 to 10
1, 2, 3, 4, 5, 6, 7, 8, 9, 10

The sentence is short, but it still passes through the interpreter pipeline. It is not converted into hidden Python for the user to trust blindly.