Files
remind/tests/tstlang.rem
2024-12-12 11:55:07 -05:00

893 lines
26 KiB
Plaintext

#!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-2024 Dianne Skoll
# SPDX-License-Identifier: GPL-2.0-only
#
# ---------------------------------------------------------------------------
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]
endif
REM MSG Language: [_("LANGID")]
# 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:%
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [a] MSG [show("z")]
set a trigger(today()+6) + " ++6"
msg %_%_The following are the 6-day-in-advance substitutions:%
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [a] MSG [show("z")]
set a trigger(today()+5) + " ++5"
msg %_%_The following are the 5-day-in-advance substitutions:%
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [a] MSG [show("z")]
set a trigger(today()+4) + " ++4"
msg %_%_The following are the 4-day-in-advance substitutions:%
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [a] MSG [show("z")]
set a trigger(today()+3) + " ++3"
msg %_%_The following are the 3-day-in-advance substitutions:%
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [a] MSG [show("z")]
set a trigger(today()+2) + " ++2"
msg %_%_The following are the two-day-in-advance substitutions:%
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [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
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [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
REM [a] MSG [show("a")]
REM [a] MSG [show("b")]
REM [a] MSG [show("c")]
REM [a] MSG [show("d")]
REM [a] MSG [show("e")]
REM [a] MSG [show("f")]
REM [a] MSG [show("g")]
REM [a] MSG [show("h")]
REM [a] MSG [show("i")]
REM [a] MSG [show("j")]
REM [a] MSG [show("k")]
REM [a] MSG [show("l")]
REM [a] MSG [show("m")]
REM [a] MSG [show("n")]
REM [a] MSG [show("o")]
REM [a] MSG [show("p")]
REM [a] MSG [show("q")]
REM [a] MSG [show("r")]
REM [a] MSG [show("s")]
REM [a] MSG [show("t")]
REM [a] MSG [show("u")]
REM [a] MSG [show("v")]
REM [a] MSG [show("w")]
REM [a] MSG [show("x")]
REM [a] MSG [show("y")]
REM [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)]
MSG $Ago is [$Ago]%
MSG $Am is [$Am]%
MSG $And is [$And]%
MSG $At is [$At]%
MSG $Fromnow is [$Fromnow]%
MSG $Hour is [$Hour]%
MSG $Is is [$Is]%
MSG $Minute is [$Minute]%
MSG $Now is [$Now]%
MSG $On is [$On]%
MSG $Pm is [$Pm]%
MSG $Today is [$Today]%
MSG $Tomorrow is [$Tomorrow]%
MSG $Was is [$Was]%
MSG $January is [$January]%
MSG $February is [$February]%
MSG $March is [$March]%
MSG $April is [$April]%
MSG $May is [$May]%
MSG $June is [$June]%
MSG $July is [$July]%
MSG $August is [$August]%
MSG $September is [$September]%
MSG $October is [$October]%
MSG $November is [$November]%
MSG $December is [$December]%
MSG $Monday is [$Monday]%
MSG $Tuesday is [$Tuesday]%
MSG $Wednesday is [$Wednesday]%
MSG $Thursday is [$Thursday]%
MSG $Friday is [$Friday]%
MSG $Saturday is [$Saturday]%
MSG $Sunday is [$Sunday]%