#!remind -rq # --------------------------------------------------------------------------- # # TSTLANG.REM # # Use this file to test new language headers you may want to create. # Usage: remind -rq tstlang.rem # # Don't run it within about 2 hours of midnight (ie, between 10pm and 2am) # # Use the output to verify your translations. # # This file is part of REMIND. # Copyright (C) 1992-2022 Dianne Skoll # # --------------------------------------------------------------------------- if version()<"03.00.08" errmsg % errmsg This file only works with Remind version 03.00.08 and later - aborting exit endif if !$RunOff || !$DontQueue || $DontTrigAts errmsg % errmsg Please run [filename()] with the -q and -r options, but% errmsg not the -a option. exit endif # Include a language file, if that's given as "-ii=/path" if defined("i") do [i] # msg INCLUDING [i] endif # Set up a few useful definitions fset show(x) "%%" + x + " yields: " + char(34) + "%" + x + char(34) + "% and %%*" + x + " yields: " + char(34) + "%*" + x + char(34) + "%" set a trigger(today()+2) + " ++2" set l language() set tt now()+134 set tu now()-134 set ut now()+60 set uu now()-60 set vt now()+120 set vu now()-120 set wt now()-1 set wu now()+1 set xt now()-2 set xu now()+2 set d a + " at " + tt set e a + " at " + tu set f a + " at " + ut set g a + " at " + uu set h a + " at " + wt set j a + " at " + wu set k a + " at " + xt set m a + " at " + xu set n a + " at " + vt set p a + " at " + vu set a trigger(today()+7) + " ++7" msg %_%_The following are the 7-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] set a trigger(today()+6) + " ++6" msg %_%_The following are the 6-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] set a trigger(today()+5) + " ++5" msg %_%_The following are the 5-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] set a trigger(today()+4) + " ++4" msg %_%_The following are the 4-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] set a trigger(today()+3) + " ++3" msg %_%_The following are the 3-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] set a trigger(today()+2) + " ++2" msg %_%_The following are the two-day-in-advance substitutions:% [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] msg %_%_The following are the one-day-in-advance substitutions:% set a trigger(today()+1) + " ++1" set d a + " at " + tt set e a + " at " + tu [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] msg %_%_The following are the current-day substitutions:% set a trigger(today()) set d a + " at " + tt set e a + " at " + tu [a] msg [show("a")] [a] msg [show("b")] [a] msg [show("c")] [a] msg [show("d")] [a] msg [show("e")] [a] msg [show("f")] [a] msg [show("g")] [a] msg [show("h")] [a] msg [show("i")] [a] msg [show("j")] [a] msg [show("k")] [a] msg [show("l")] [a] msg [show("m")] [a] msg [show("n")] [a] msg [show("o")] [a] msg [show("p")] [a] msg [show("q")] [a] msg [show("r")] [a] msg [show("s")] [a] msg [show("t")] [a] msg [show("u")] [a] msg [show("v")] [a] msg [show("w")] [a] msg [show("x")] [a] msg [show("y")] [a] msg [show("z")] MSG %_Time substitutions for [now()] where now() = [now()] REM AT [now()] MSG [show("1")] REM AT [now()] MSG [show("2")] REM AT [now()] MSG [show("3")] REM AT [now()] MSG [show("4")] REM AT [now()] MSG [show("5")] REM AT [now()] MSG [show("6")] REM AT [now()] MSG [show("7")] REM AT [now()] MSG [show("8")] REM AT [now()] MSG [show("9")] REM AT [now()] MSG [show("0")] REM AT [now()] MSG [show("!")] REM AT [now()] MSG [show("@")] REM AT [now()] MSG [show("#")] MSG %_Time substitutions for [now()+134] where now() = [now()] REM AT [now()+134] MSG [show("1")] REM AT [now()+134] MSG [show("2")] REM AT [now()+134] MSG [show("3")] REM AT [now()+134] MSG [show("4")] REM AT [now()+134] MSG [show("5")] REM AT [now()+134] MSG [show("6")] REM AT [now()+134] MSG [show("7")] REM AT [now()+134] MSG [show("8")] REM AT [now()+134] MSG [show("9")] REM AT [now()+134] MSG [show("0")] REM AT [now()+134] MSG [show("!")] REM AT [now()+134] MSG [show("@")] REM AT [now()+134] MSG [show("#")] MSG %_Time substitutions for [now()-134] where now() = [now()] REM AT [now()-134] MSG [show("1")] REM AT [now()-134] MSG [show("2")] REM AT [now()-134] MSG [show("3")] REM AT [now()-134] MSG [show("4")] REM AT [now()-134] MSG [show("5")] REM AT [now()-134] MSG [show("6")] REM AT [now()-134] MSG [show("7")] REM AT [now()-134] MSG [show("8")] REM AT [now()-134] MSG [show("9")] REM AT [now()-134] MSG [show("0")] REM AT [now()-134] MSG [show("!")] REM AT [now()-134] MSG [show("@")] REM AT [now()-134] MSG [show("#")] MSG %_Time substitutions for [now()+60] where now() = [now()] REM AT [now()+60] MSG [show("1")] REM AT [now()+60] MSG [show("2")] REM AT [now()+60] MSG [show("3")] REM AT [now()+60] MSG [show("4")] REM AT [now()+60] MSG [show("5")] REM AT [now()+60] MSG [show("6")] REM AT [now()+60] MSG [show("7")] REM AT [now()+60] MSG [show("8")] REM AT [now()+60] MSG [show("9")] REM AT [now()+60] MSG [show("0")] REM AT [now()+60] MSG [show("!")] REM AT [now()+60] MSG [show("@")] REM AT [now()+60] MSG [show("#")] MSG %_Time substitutions for [now()-60] where now() = [now()] REM AT [now()-60] MSG [show("1")] REM AT [now()-60] MSG [show("2")] REM AT [now()-60] MSG [show("3")] REM AT [now()-60] MSG [show("4")] REM AT [now()-60] MSG [show("5")] REM AT [now()-60] MSG [show("6")] REM AT [now()-60] MSG [show("7")] REM AT [now()-60] MSG [show("8")] REM AT [now()-60] MSG [show("9")] REM AT [now()-60] MSG [show("0")] REM AT [now()-60] MSG [show("!")] REM AT [now()-60] MSG [show("@")] REM AT [now()-60] MSG [show("#")] MSG %_Time substitutions for [now()+120] where now() = [now()] REM AT [now()+120] MSG [show("1")] REM AT [now()+120] MSG [show("2")] REM AT [now()+120] MSG [show("3")] REM AT [now()+120] MSG [show("4")] REM AT [now()+120] MSG [show("5")] REM AT [now()+120] MSG [show("6")] REM AT [now()+120] MSG [show("7")] REM AT [now()+120] MSG [show("8")] REM AT [now()+120] MSG [show("9")] REM AT [now()+120] MSG [show("0")] REM AT [now()+120] MSG [show("!")] REM AT [now()+120] MSG [show("@")] REM AT [now()+120] MSG [show("#")] MSG %_Time substitutions for [now()-120] where now() = [now()] REM AT [now()-120] MSG [show("1")] REM AT [now()-120] MSG [show("2")] REM AT [now()-120] MSG [show("3")] REM AT [now()-120] MSG [show("4")] REM AT [now()-120] MSG [show("5")] REM AT [now()-120] MSG [show("6")] REM AT [now()-120] MSG [show("7")] REM AT [now()-120] MSG [show("8")] REM AT [now()-120] MSG [show("9")] REM AT [now()-120] MSG [show("0")] REM AT [now()-120] MSG [show("!")] REM AT [now()-120] MSG [show("@")] REM AT [now()-120] MSG [show("#")] MSG %_Time substitutions for [now()+1] where now() = [now()] REM AT [now()+1] MSG [show("1")] REM AT [now()+1] MSG [show("2")] REM AT [now()+1] MSG [show("3")] REM AT [now()+1] MSG [show("4")] REM AT [now()+1] MSG [show("5")] REM AT [now()+1] MSG [show("6")] REM AT [now()+1] MSG [show("7")] REM AT [now()+1] MSG [show("8")] REM AT [now()+1] MSG [show("9")] REM AT [now()+1] MSG [show("0")] REM AT [now()+1] MSG [show("!")] REM AT [now()+1] MSG [show("@")] REM AT [now()+1] MSG [show("#")] MSG %_Time substitutions for [now()-1] where now() = [now()] REM AT [now()-1] MSG [show("1")] REM AT [now()-1] MSG [show("2")] REM AT [now()-1] MSG [show("3")] REM AT [now()-1] MSG [show("4")] REM AT [now()-1] MSG [show("5")] REM AT [now()-1] MSG [show("6")] REM AT [now()-1] MSG [show("7")] REM AT [now()-1] MSG [show("8")] REM AT [now()-1] MSG [show("9")] REM AT [now()-1] MSG [show("0")] REM AT [now()-1] MSG [show("!")] REM AT [now()-1] MSG [show("@")] REM AT [now()-1] MSG [show("#")] MSG %_Time substitutions for [now()+2] where now() = [now()] REM AT [now()+2] MSG [show("1")] REM AT [now()+2] MSG [show("2")] REM AT [now()+2] MSG [show("3")] REM AT [now()+2] MSG [show("4")] REM AT [now()+2] MSG [show("5")] REM AT [now()+2] MSG [show("6")] REM AT [now()+2] MSG [show("7")] REM AT [now()+2] MSG [show("8")] REM AT [now()+2] MSG [show("9")] REM AT [now()+2] MSG [show("0")] REM AT [now()+2] MSG [show("!")] REM AT [now()+2] MSG [show("@")] REM AT [now()+2] MSG [show("#")] MSG %_Time substitutions for [now()-2] where now() = [now()] REM AT [now()-2] MSG [show("1")] REM AT [now()-2] MSG [show("2")] REM AT [now()-2] MSG [show("3")] REM AT [now()-2] MSG [show("4")] REM AT [now()-2] MSG [show("5")] REM AT [now()-2] MSG [show("6")] REM AT [now()-2] MSG [show("7")] REM AT [now()-2] MSG [show("8")] REM AT [now()-2] MSG [show("9")] REM AT [now()-2] MSG [show("0")] REM AT [now()-2] MSG [show("!")] REM AT [now()-2] MSG [show("@")] REM AT [now()-2] MSG [show("#")] MSG %_Time substitutions for [0:00] where now() = [now()] REM AT [0:00] MSG [show("1")] REM AT [0:00] MSG [show("2")] REM AT [0:00] MSG [show("3")] REM AT [0:00] MSG [show("4")] REM AT [0:00] MSG [show("5")] REM AT [0:00] MSG [show("6")] REM AT [0:00] MSG [show("7")] REM AT [0:00] MSG [show("8")] REM AT [0:00] MSG [show("9")] REM AT [0:00] MSG [show("0")] REM AT [0:00] MSG [show("!")] REM AT [0:00] MSG [show("@")] REM AT [0:00] MSG [show("#")] MSG %_Time substitutions for [1:00] where now() = [now()] REM AT [1:00] MSG [show("1")] REM AT [1:00] MSG [show("2")] REM AT [1:00] MSG [show("3")] REM AT [1:00] MSG [show("4")] REM AT [1:00] MSG [show("5")] REM AT [1:00] MSG [show("6")] REM AT [1:00] MSG [show("7")] REM AT [1:00] MSG [show("8")] REM AT [1:00] MSG [show("9")] REM AT [1:00] MSG [show("0")] REM AT [1:00] MSG [show("!")] REM AT [1:00] MSG [show("@")] REM AT [1:00] MSG [show("#")] MSG %_Time substitutions for [2:00] where now() = [now()] REM AT [2:00] MSG [show("1")] REM AT [2:00] MSG [show("2")] REM AT [2:00] MSG [show("3")] REM AT [2:00] MSG [show("4")] REM AT [2:00] MSG [show("5")] REM AT [2:00] MSG [show("6")] REM AT [2:00] MSG [show("7")] REM AT [2:00] MSG [show("8")] REM AT [2:00] MSG [show("9")] REM AT [2:00] MSG [show("0")] REM AT [2:00] MSG [show("!")] REM AT [2:00] MSG [show("@")] REM AT [2:00] MSG [show("#")] MSG %_Time substitutions for [3:00] where now() = [now()] REM AT [3:00] MSG [show("1")] REM AT [3:00] MSG [show("2")] REM AT [3:00] MSG [show("3")] REM AT [3:00] MSG [show("4")] REM AT [3:00] MSG [show("5")] REM AT [3:00] MSG [show("6")] REM AT [3:00] MSG [show("7")] REM AT [3:00] MSG [show("8")] REM AT [3:00] MSG [show("9")] REM AT [3:00] MSG [show("0")] REM AT [3:00] MSG [show("!")] REM AT [3:00] MSG [show("@")] REM AT [3:00] MSG [show("#")] MSG %_Time substitutions for [4:00] where now() = [now()] REM AT [4:00] MSG [show("1")] REM AT [4:00] MSG [show("2")] REM AT [4:00] MSG [show("3")] REM AT [4:00] MSG [show("4")] REM AT [4:00] MSG [show("5")] REM AT [4:00] MSG [show("6")] REM AT [4:00] MSG [show("7")] REM AT [4:00] MSG [show("8")] REM AT [4:00] MSG [show("9")] REM AT [4:00] MSG [show("0")] REM AT [4:00] MSG [show("!")] REM AT [4:00] MSG [show("@")] REM AT [4:00] MSG [show("#")] MSG %_Time substitutions for [5:00] where now() = [now()] REM AT [5:00] MSG [show("1")] REM AT [5:00] MSG [show("2")] REM AT [5:00] MSG [show("3")] REM AT [5:00] MSG [show("4")] REM AT [5:00] MSG [show("5")] REM AT [5:00] MSG [show("6")] REM AT [5:00] MSG [show("7")] REM AT [5:00] MSG [show("8")] REM AT [5:00] MSG [show("9")] REM AT [5:00] MSG [show("0")] REM AT [5:00] MSG [show("!")] REM AT [5:00] MSG [show("@")] REM AT [5:00] MSG [show("#")] MSG %_Time substitutions for [6:00] where now() = [now()] REM AT [6:00] MSG [show("1")] REM AT [6:00] MSG [show("2")] REM AT [6:00] MSG [show("3")] REM AT [6:00] MSG [show("4")] REM AT [6:00] MSG [show("5")] REM AT [6:00] MSG [show("6")] REM AT [6:00] MSG [show("7")] REM AT [6:00] MSG [show("8")] REM AT [6:00] MSG [show("9")] REM AT [6:00] MSG [show("0")] REM AT [6:00] MSG [show("!")] REM AT [6:00] MSG [show("@")] REM AT [6:00] MSG [show("#")] MSG %_Time substitutions for [7:00] where now() = [now()] REM AT [7:00] MSG [show("1")] REM AT [7:00] MSG [show("2")] REM AT [7:00] MSG [show("3")] REM AT [7:00] MSG [show("4")] REM AT [7:00] MSG [show("5")] REM AT [7:00] MSG [show("6")] REM AT [7:00] MSG [show("7")] REM AT [7:00] MSG [show("8")] REM AT [7:00] MSG [show("9")] REM AT [7:00] MSG [show("0")] REM AT [7:00] MSG [show("!")] REM AT [7:00] MSG [show("@")] REM AT [7:00] MSG [show("#")] MSG %_Time substitutions for [8:00] where now() = [now()] REM AT [8:00] MSG [show("1")] REM AT [8:00] MSG [show("2")] REM AT [8:00] MSG [show("3")] REM AT [8:00] MSG [show("4")] REM AT [8:00] MSG [show("5")] REM AT [8:00] MSG [show("6")] REM AT [8:00] MSG [show("7")] REM AT [8:00] MSG [show("8")] REM AT [8:00] MSG [show("9")] REM AT [8:00] MSG [show("0")] REM AT [8:00] MSG [show("!")] REM AT [8:00] MSG [show("@")] REM AT [8:00] MSG [show("#")] MSG %_Time substitutions for [9:00] where now() = [now()] REM AT [9:00] MSG [show("1")] REM AT [9:00] MSG [show("2")] REM AT [9:00] MSG [show("3")] REM AT [9:00] MSG [show("4")] REM AT [9:00] MSG [show("5")] REM AT [9:00] MSG [show("6")] REM AT [9:00] MSG [show("7")] REM AT [9:00] MSG [show("8")] REM AT [9:00] MSG [show("9")] REM AT [9:00] MSG [show("0")] REM AT [9:00] MSG [show("!")] REM AT [9:00] MSG [show("@")] REM AT [9:00] MSG [show("#")] MSG %_Time substitutions for [10:00] where now() = [now()] REM AT [10:00] MSG [show("1")] REM AT [10:00] MSG [show("2")] REM AT [10:00] MSG [show("3")] REM AT [10:00] MSG [show("4")] REM AT [10:00] MSG [show("5")] REM AT [10:00] MSG [show("6")] REM AT [10:00] MSG [show("7")] REM AT [10:00] MSG [show("8")] REM AT [10:00] MSG [show("9")] REM AT [10:00] MSG [show("0")] REM AT [10:00] MSG [show("!")] REM AT [10:00] MSG [show("@")] REM AT [10:00] MSG [show("#")] MSG %_Time substitutions for [11:00] where now() = [now()] REM AT [11:00] MSG [show("1")] REM AT [11:00] MSG [show("2")] REM AT [11:00] MSG [show("3")] REM AT [11:00] MSG [show("4")] REM AT [11:00] MSG [show("5")] REM AT [11:00] MSG [show("6")] REM AT [11:00] MSG [show("7")] REM AT [11:00] MSG [show("8")] REM AT [11:00] MSG [show("9")] REM AT [11:00] MSG [show("0")] REM AT [11:00] MSG [show("!")] REM AT [11:00] MSG [show("@")] REM AT [11:00] MSG [show("#")] MSG %_Time substitutions for [11:59] where now() = [now()] REM AT [11:59] MSG [show("1")] REM AT [11:59] MSG [show("2")] REM AT [11:59] MSG [show("3")] REM AT [11:59] MSG [show("4")] REM AT [11:59] MSG [show("5")] REM AT [11:59] MSG [show("6")] REM AT [11:59] MSG [show("7")] REM AT [11:59] MSG [show("8")] REM AT [11:59] MSG [show("9")] REM AT [11:59] MSG [show("0")] REM AT [11:59] MSG [show("!")] REM AT [11:59] MSG [show("@")] REM AT [11:59] MSG [show("#")] MSG %_Time substitutions for [12:00] where now() = [now()] REM AT [12:00] MSG [show("1")] REM AT [12:00] MSG [show("2")] REM AT [12:00] MSG [show("3")] REM AT [12:00] MSG [show("4")] REM AT [12:00] MSG [show("5")] REM AT [12:00] MSG [show("6")] REM AT [12:00] MSG [show("7")] REM AT [12:00] MSG [show("8")] REM AT [12:00] MSG [show("9")] REM AT [12:00] MSG [show("0")] REM AT [12:00] MSG [show("!")] REM AT [12:00] MSG [show("@")] REM AT [12:00] MSG [show("#")] MSG %_Time substitutions for [12:01] where now() = [now()] REM AT [12:01] MSG [show("1")] REM AT [12:01] MSG [show("2")] REM AT [12:01] MSG [show("3")] REM AT [12:01] MSG [show("4")] REM AT [12:01] MSG [show("5")] REM AT [12:01] MSG [show("6")] REM AT [12:01] MSG [show("7")] REM AT [12:01] MSG [show("8")] REM AT [12:01] MSG [show("9")] REM AT [12:01] MSG [show("0")] REM AT [12:01] MSG [show("!")] REM AT [12:01] MSG [show("@")] REM AT [12:01] MSG [show("#")] MSG %_Time substitutions for [13:00] where now() = [now()] REM AT [13:00] MSG [show("1")] REM AT [13:00] MSG [show("2")] REM AT [13:00] MSG [show("3")] REM AT [13:00] MSG [show("4")] REM AT [13:00] MSG [show("5")] REM AT [13:00] MSG [show("6")] REM AT [13:00] MSG [show("7")] REM AT [13:00] MSG [show("8")] REM AT [13:00] MSG [show("9")] REM AT [13:00] MSG [show("0")] REM AT [13:00] MSG [show("!")] REM AT [13:00] MSG [show("@")] REM AT [13:00] MSG [show("#")] MSG %_Time substitutions for [14:00] where now() = [now()] REM AT [14:00] MSG [show("1")] REM AT [14:00] MSG [show("2")] REM AT [14:00] MSG [show("3")] REM AT [14:00] MSG [show("4")] REM AT [14:00] MSG [show("5")] REM AT [14:00] MSG [show("6")] REM AT [14:00] MSG [show("7")] REM AT [14:00] MSG [show("8")] REM AT [14:00] MSG [show("9")] REM AT [14:00] MSG [show("0")] REM AT [14:00] MSG [show("!")] REM AT [14:00] MSG [show("@")] REM AT [14:00] MSG [show("#")] MSG %_Time substitutions for [15:00] where now() = [now()] REM AT [15:00] MSG [show("1")] REM AT [15:00] MSG [show("2")] REM AT [15:00] MSG [show("3")] REM AT [15:00] MSG [show("4")] REM AT [15:00] MSG [show("5")] REM AT [15:00] MSG [show("6")] REM AT [15:00] MSG [show("7")] REM AT [15:00] MSG [show("8")] REM AT [15:00] MSG [show("9")] REM AT [15:00] MSG [show("0")] REM AT [15:00] MSG [show("!")] REM AT [15:00] MSG [show("@")] REM AT [15:00] MSG [show("#")] MSG %_Time substitutions for [16:00] where now() = [now()] REM AT [16:00] MSG [show("1")] REM AT [16:00] MSG [show("2")] REM AT [16:00] MSG [show("3")] REM AT [16:00] MSG [show("4")] REM AT [16:00] MSG [show("5")] REM AT [16:00] MSG [show("6")] REM AT [16:00] MSG [show("7")] REM AT [16:00] MSG [show("8")] REM AT [16:00] MSG [show("9")] REM AT [16:00] MSG [show("0")] REM AT [16:00] MSG [show("!")] REM AT [16:00] MSG [show("@")] REM AT [16:00] MSG [show("#")] MSG %_Time substitutions for [17:00] where now() = [now()] REM AT [17:00] MSG [show("1")] REM AT [17:00] MSG [show("2")] REM AT [17:00] MSG [show("3")] REM AT [17:00] MSG [show("4")] REM AT [17:00] MSG [show("5")] REM AT [17:00] MSG [show("6")] REM AT [17:00] MSG [show("7")] REM AT [17:00] MSG [show("8")] REM AT [17:00] MSG [show("9")] REM AT [17:00] MSG [show("0")] REM AT [17:00] MSG [show("!")] REM AT [17:00] MSG [show("@")] REM AT [17:00] MSG [show("#")] MSG %_Time substitutions for [18:00] where now() = [now()] REM AT [18:00] MSG [show("1")] REM AT [18:00] MSG [show("2")] REM AT [18:00] MSG [show("3")] REM AT [18:00] MSG [show("4")] REM AT [18:00] MSG [show("5")] REM AT [18:00] MSG [show("6")] REM AT [18:00] MSG [show("7")] REM AT [18:00] MSG [show("8")] REM AT [18:00] MSG [show("9")] REM AT [18:00] MSG [show("0")] REM AT [18:00] MSG [show("!")] REM AT [18:00] MSG [show("@")] REM AT [18:00] MSG [show("#")] MSG %_Time substitutions for [19:00] where now() = [now()] REM AT [19:00] MSG [show("1")] REM AT [19:00] MSG [show("2")] REM AT [19:00] MSG [show("3")] REM AT [19:00] MSG [show("4")] REM AT [19:00] MSG [show("5")] REM AT [19:00] MSG [show("6")] REM AT [19:00] MSG [show("7")] REM AT [19:00] MSG [show("8")] REM AT [19:00] MSG [show("9")] REM AT [19:00] MSG [show("0")] REM AT [19:00] MSG [show("!")] REM AT [19:00] MSG [show("@")] REM AT [19:00] MSG [show("#")] MSG %_Time substitutions for [20:00] where now() = [now()] REM AT [20:00] MSG [show("1")] REM AT [20:00] MSG [show("2")] REM AT [20:00] MSG [show("3")] REM AT [20:00] MSG [show("4")] REM AT [20:00] MSG [show("5")] REM AT [20:00] MSG [show("6")] REM AT [20:00] MSG [show("7")] REM AT [20:00] MSG [show("8")] REM AT [20:00] MSG [show("9")] REM AT [20:00] MSG [show("0")] REM AT [20:00] MSG [show("!")] REM AT [20:00] MSG [show("@")] REM AT [20:00] MSG [show("#")] MSG %_Time substitutions for [21:00] where now() = [now()] REM AT [21:00] MSG [show("1")] REM AT [21:00] MSG [show("2")] REM AT [21:00] MSG [show("3")] REM AT [21:00] MSG [show("4")] REM AT [21:00] MSG [show("5")] REM AT [21:00] MSG [show("6")] REM AT [21:00] MSG [show("7")] REM AT [21:00] MSG [show("8")] REM AT [21:00] MSG [show("9")] REM AT [21:00] MSG [show("0")] REM AT [21:00] MSG [show("!")] REM AT [21:00] MSG [show("@")] REM AT [21:00] MSG [show("#")] MSG %_Time substitutions for [22:00] where now() = [now()] REM AT [22:00] MSG [show("1")] REM AT [22:00] MSG [show("2")] REM AT [22:00] MSG [show("3")] REM AT [22:00] MSG [show("4")] REM AT [22:00] MSG [show("5")] REM AT [22:00] MSG [show("6")] REM AT [22:00] MSG [show("7")] REM AT [22:00] MSG [show("8")] REM AT [22:00] MSG [show("9")] REM AT [22:00] MSG [show("0")] REM AT [22:00] MSG [show("!")] REM AT [22:00] MSG [show("@")] REM AT [22:00] MSG [show("#")] MSG %_Time substitutions for [23:00] where now() = [now()] REM AT [23:00] MSG [show("1")] REM AT [23:00] MSG [show("2")] REM AT [23:00] MSG [show("3")] REM AT [23:00] MSG [show("4")] REM AT [23:00] MSG [show("5")] REM AT [23:00] MSG [show("6")] REM AT [23:00] MSG [show("7")] REM AT [23:00] MSG [show("8")] REM AT [23:00] MSG [show("9")] REM AT [23:00] MSG [show("0")] REM AT [23:00] MSG [show("!")] REM AT [23:00] MSG [show("@")] REM AT [23:00] MSG [show("#")] MSG %_Time substitutions for [23:59] where now() = [now()] REM AT [23:59] MSG [show("1")] REM AT [23:59] MSG [show("2")] REM AT [23:59] MSG [show("3")] REM AT [23:59] MSG [show("4")] REM AT [23:59] MSG [show("5")] REM AT [23:59] MSG [show("6")] REM AT [23:59] MSG [show("7")] REM AT [23:59] MSG [show("8")] REM AT [23:59] MSG [show("9")] REM AT [23:59] MSG [show("0")] REM AT [23:59] MSG [show("!")] REM AT [23:59] MSG [show("@")] REM AT [23:59] MSG [show("#")] msg %_The following are the days of the week: fset showwd(x) "wkday("+x+") = " + wkday(x) + "%" msg [showwd(0)] msg [showwd(1)] msg [showwd(2)] msg [showwd(3)] msg [showwd(4)] msg [showwd(5)] msg [showwd(6)] msg %_The following are the months of the year: fset showmon(x) "mon("+x+") = "+mon(x)+"%" msg [showmon(1)] msg [showmon(2)] msg [showmon(3)] msg [showmon(4)] msg [showmon(5)] msg [showmon(6)] msg [showmon(7)] msg [showmon(8)] msg [showmon(9)] msg [showmon(10)] msg [showmon(11)] msg [showmon(12)]