RosettaCodeData/Task/Here-document/TXR/here-document.txr

14 lines
176 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
#!/usr/bin/txr -f
@(maybe)
@(bind USER "Unknown User")
@(or)
@(bind MB "???")
@(end)
@(output)
Dear @USER
Your are over your disk quota by @MB megabytes.
The Computer
@(end)