LOTUSSCRIPT LANGUAGE


Examples: Command function
If Command$() = "" Then
  Print "No command-line arguments"
Else
  Print "Command-line arguments are: " + Command$()
End If

See Also