2023-07-01 11:58:00 -04:00
|
|
|
Home is a room.
|
|
|
|
|
|
|
|
|
|
When play begins:
|
2026-04-30 12:34:36 -04:00
|
|
|
strip comments from "apples, pears # and bananas";
|
|
|
|
|
strip comments from "apples, pears ; and bananas";
|
|
|
|
|
end the story.
|
2023-07-01 11:58:00 -04:00
|
|
|
|
|
|
|
|
To strip comments from (T - indexed text):
|
2026-04-30 12:34:36 -04:00
|
|
|
say "[T] -> ";
|
|
|
|
|
replace the regular expression "<#;>.*$" in T with "";
|
|
|
|
|
say "[T][line break]".
|