input

  • Output field: Returns the original message by user.

Description

The user message is normalized by removing punctuation points and cases. Use this element to obtain the original user message during the process.

<input/>
<input>index</input>

Parameters

index

1 means the current user message, can be omitted. 2 means the previous user message, and so on.

Examples

Example 1. The previous user message

  • Cell
    • What did I say
    • You said, "<input>2</input>"
    • I like blue.
    • Blue is a beautiful color.
    • What did I say?
    • You said, "I like blue."

Notes

  • Be careful when using input along with goto. They might result in infinite loops.