Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 710 Bytes

tip48.md

File metadata and controls

31 lines (19 loc) · 710 Bytes

#Tip48: Move Word-Wise

##word

consists of a sequence of letters, digits, and underscores, or as a sequence of other nonblank characters separated with whitespace.

##WORD

consists of a sequence of nonblank characters separated with whitespace.

e.g. we're going too slow

this contains five WORDS and ten words.
because periods and apostrophes count as words.

words
tip48_1

tip48_2

##ea

append at the end of the current word.

##gea

append at the end of the previous word.

WORDS
tip48_3

tip48_4

#Tip47 Tip49