It's nitpicky, but most actions have their strings encapsulated in single quotes, E.G.
Say, 'test'
Write (do not overwrite), 'test' to file 'test'
Set Text [test] to 'test'
While this action doesn't:
Wait for spoken response: test
While I'm nitpicking,
Write '[Blue] test' to log
Seems off, as it'll print "test" to the log, not "[
Blue] test".
Would
Write [Blue] 'test' to log
Make sense? The character count remains equal, so does the position of the actual string.
I'll admit, I've thought about this one before, but I searched the feature requests forum and it seems I've not mentioned it yet