Updated docs
This commit is contained in:
23
doc/files/command.html
Normal file
23
doc/files/command.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user