Files
RCBASIC4/doc/files/command.html
2024-12-14 15:28:03 -05:00

23 lines
508 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Command$ [RCBasic Doc] </title>
</head>
<body>
<p><h2>function Command$(arg) </h2></p>
<p>
Returns command line arguments passed to a program.
</p>
<p>
Note: Command$(0) will always be the program being executed ( your_program.cbc )
</p>
<br><p>Related:
<a href="numcommands.html">NumCommands</a>
</p>
<p>
</body>
</html>