Mnemonics

'RT'

Move Right One Column

Motion

Description

Use 'RT' to move the cursor one column to the right.

Example

print "Oh_x",'LT',"Hello",'RT',"There"

->run
Oh_Hello There