File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ Type: keyword
5
5
Syntax: $
6
6
7
7
Summary:
8
- The character <$> (dollar sign) is used to indicate an <environment
9
- variable> on <Unix|Unix systems> and a command-line parameter on <Unix>
10
- or <Windows|Windows systems>.
8
+ The character <$> (dollar sign) is used to indicate an
9
+ <environment variable> on <Unix|Unix systems> and a command-line
10
+ parameter on <Unix> or <Windows|Windows systems>.
11
11
12
12
Introduced: 1.0
13
13
@@ -19,7 +19,7 @@ Example:
19
19
put $LOGNAME into field "Login Name"
20
20
21
21
Example:
22
- if $0 is not myAppName then answer "Problem initializing!"
22
+ if $0 is not " myAppName" then answer "Problem initializing!"
23
23
24
24
Description:
25
25
Use the <$> <keyword> to interact with the system environment and to
@@ -28,8 +28,9 @@ started up from the command line.
28
28
29
29
The <$> character marks two kinds of special <variable|variables>:
30
30
<command line|command-line> <argument|arguments> (on <OS X>, <Unix>, and
31
- <Windows|Windows systems>) and <environment variable|environment
32
- variables> (on <OS X> and <Unix|Unix systems>).
31
+ <Windows|Windows systems>) and
32
+ <environment variable|environment variables> (on <OS X> and
33
+ <Unix|Unix systems>).
33
34
34
35
If you start up the application from the command line (on OS X, Unix or
35
36
Windows systems), the command name is stored in the global variable $0
You can’t perform that action at this time.
0 commit comments