reverse$()
逆並びの文字列を得る。$文字は省略可。
書式:
string
= reverse$(
string
)
string
= reverse(
string
)
例:
print(
reverse(
"bye bye vroby"
)
)