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