Thierry wrote:I wanted to display "fine, thanks" when the user types "how are you ?" in the command bar... But I got an error message instead. I know something is clearly missing, but what is it ?
get input {
if (result = "How are you?") {
msg ("Fine, thanks.")
}
}