(view source code of true.rex as plain text)
/* Return "true" */Parse Arg arguments
If arguments <> "" Then Do
Say "True.rex, Version 1.00"
Say "Port of UNIX' "||'"true"'||" command"
SaySay "Usage: TRUE.REX && command_to_be_tested"
SaySay "Written by Rob van der Woude"
Say "http://www.robvanderwoude.com"
EndExit 0
page last modified: 2025-10-11; loaded in 0.0102 seconds