switch(mod(OrdType,2), 0,"", 1,"⨥", "⨥")
;OrdType=3;
"[switch(OrdType, 0,0, 1,1, 999)] [OrdType]"
;OrdType=2;
"[switch(mod(OrdType,2), 0,"", 1,"⨥", "⨥")] [OrdType]"
;OrdType=3;
switch(OrdType, 0, 1, 1, 1, 2, 2, 3, 2, 5)
;OrdType=3;
"[now%cT]"
"[now%Y-%m-%d, %#I:%M:%S %p]"
"[now%#d %B %Y, %A, %H:%M:%S]"
"time zone = ([now%Z])"
"[11111*4][now()][11111*4]"
"[3+6] eq. 9"
x:=4+7+8, x-10
temp:= sqrt(PI), temp*temp-PI
"this string [3+6] includes expression"
"pi=[PI%.30f]."
"᫮ =" & PI & ",  筮 祭=" & format("%.16f",PI) & "."
"᫮ =[PI],  筮 祭=[PI%.16f]."
