Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 24c6389

Browse filesBrowse files
Merge pull request livecode#6485 from bwmilby/bwm-dollar
[[ Dictionary ]] dollar updates
2 parents 211d027 + 519637d commit 24c6389
Copy full SHA for 24c6389

File tree

Expand file treeCollapse file tree

1 file changed

+7
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-6
lines changed

‎docs/dictionary/keyword/dollar.lcdoc

Copy file name to clipboardExpand all lines: docs/dictionary/keyword/dollar.lcdoc
+7-6Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Type: keyword
55
Syntax: $
66

77
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>.
1111

1212
Introduced: 1.0
1313

@@ -19,7 +19,7 @@ Example:
1919
put $LOGNAME into field "Login Name"
2020

2121
Example:
22-
if $0 is not myAppName then answer "Problem initializing!"
22+
if $0 is not "myAppName" then answer "Problem initializing!"
2323

2424
Description:
2525
Use the <$> <keyword> to interact with the system environment and to
@@ -28,8 +28,9 @@ started up from the command line.
2828

2929
The <$> character marks two kinds of special <variable|variables>:
3030
<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>).
3334

3435
If you start up the application from the command line (on OS X, Unix or
3536
Windows systems), the command name is stored in the global variable $0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.