From 17d62230cc4d23cccb0c5152e524b6cfdd9f5910 Mon Sep 17 00:00:00 2001 From: Jean Viscogliosi-Pate Date: Fri, 27 Jun 2025 01:50:19 -0400 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d57d6b0..433b8a2 100644 --- a/Home.md +++ b/Home.md @@ -53,7 +53,7 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`! - `exc/words/other words/` can be used to differ content by point-of-view. - `exc/Pov/s like crocodiles/Pov/s love crocodiles/` will become "I like crocodiles" in first-person, "You like crocodiles" in second-person, and "They love crocodiles" in third-person -- `cut/words/from where/` or `cut/phrase/from where/to where/` can be used to truncate a variable phrase. If provided, the second number will be treated as relative to the first. *This feature is experimental, so please report any bugs if you notice them!* +- `cut/words/how/` or `cut/phrase/pivot/how/` can be used to truncate a variable phrase. If provided, the second number will be treated as relative to the first. *This feature is experimental, so please report any bugs if you notice them!* - `cut/crocodiles/-6/` will become "croc," with the last six letters being cut off - `cut/crocodiles/-6/5/` will become "odile" because it starts six spaces from the end and moves five spaces towards the end - `cut/seagull/3/` will become "gull," with the first three letters being cut off