Skip to content

Commit 04adf96

Browse files
Add files via upload
1 parent 3f985b0 commit 04adf96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1848
-0
lines changed

Docs/hyp/2.2/cn/colon.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - colon</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, colon">
7+
<meta name="description" content="This page describes the colon constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>colon</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
put "Macintosh HD" & colon & "Applications" & colon & "HyperCard" into thePath
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> A one-length <code>string</code> consisting of a single ASCII colon character (:). This is used as the file path separator on Mac OS Classic systems. </p>
26+
</body>
27+
</html>

Docs/hyp/2.2/cn/comma.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - comma</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, comma">
7+
<meta name="description" content="This page describes the comma constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>comma</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
set the itemDelimiter to comma
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> A one-length <code>string</code> consisting of a single ASCII comma character (,). This is used as the default <code><a href="../pr/itemdelimiter.html">itemDelimiter</a></code>, as well as the delimiter when converting a <code>list</code> to a <code>string</code>. </p>
26+
</body>
27+
</html>

Docs/hyp/2.2/cn/down.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - down</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, down">
7+
<meta name="description" content="This page describes the down constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>down</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>HyperTalk (2.2)</li>
16+
</ul>
17+
<h3>Example</h3>
18+
<pre class="block script indent0">
19+
wait until the mouse is down
20+
</pre>
21+
<h3>Description</h3>
22+
<p class="block paragraph indent0"> A <code>string</code> consisting of the text <code>&quot;down&quot;</code> (without quotes). </p>
23+
<h3>Note</h3>
24+
<p class="block paragraph indent0"> The <code>down</code> constant is a rare example of HyperTalk defining something other than a command or function that XION does not. It was decided that since <code>left</code> and <code>right</code> cannot be defined as constants alongside <code><a href="../cn/up.html">up</a></code> and <code>down</code> (as they conflict with the <code>left</code> and <code>right</code> functions), then <code><a href="../cn/up.html">up</a></code> and <code>down</code> should not be defined as constants either. Furthermore, the <code><a href="../cn/up.html">up</a></code> and <code>down</code> constants are used in an environment-specific context for describing the state of mouse buttons and keyboard keys, which does not apply to XION. </p>
25+
</body>
26+
</html>

Docs/hyp/2.2/cn/eight.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - eight</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, eight">
7+
<meta name="description" content="This page describes the eight constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>eight</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
put eight into numberOfGluons
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> An <code><a href="../dt/integer.html">integer</a></code> with the numeric value of 8. </p>
26+
</body>
27+
</html>

Docs/hyp/2.2/cn/empty.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - empty</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, empty">
7+
<meta name="description" content="This page describes the empty constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>empty</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
put empty into steve
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> A <code>variant</code> representing nothing. </p>
26+
<p class="block paragraph indent0"> When used as a <code>string</code>, <code>empty</code> evaluates to a zero-length string. </p>
27+
<p class="block paragraph indent0"> When used as an <code><a href="../dt/integer.html">integer</a></code>, a <code><a href="../dt/number.html">number</a></code>, or a <code>complex</code>, <code>empty</code> evaluates to the numeric value of zero. However, <code>empty</code> is not equal to zero. </p>
28+
<p class="block paragraph indent0"> When used as a <code>binary</code>, <code>empty</code> evaluates to a zero-byte stream. </p>
29+
<p class="block paragraph indent0"> When used as a <code>list</code>, <code>empty</code> evaluates to a list of zero elements. </p>
30+
<p class="block paragraph indent0"> When used as an <code>object</code>, <code>empty</code> can be used as a placeholder for an actual <code>object</code>. It can be passed around like an object, but any attempt to <code><a href="../cm/get.html">get</a></code> or <code><a href="../cm/set.html">set</a></code> its properties, <code><a href="../cm/delete.html">delete</a></code> it, etc. will trigger a script error. </p>
31+
<p class="block paragraph indent0"> The <code>empty</code> constant cannot be used as any other data type besides the types listed above. </p>
32+
</body>
33+
</html>

Docs/hyp/2.2/cn/eof.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - eof</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, eof">
7+
<meta name="description" content="This page describes the eof constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>eof</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Examples</h3>
21+
<pre class="block script indent0">
22+
read from file thePath until eof
23+
</pre>
24+
<pre class="block script indent0">
25+
read from file thePath until end
26+
</pre>
27+
<h3>Description</h3>
28+
<p class="block paragraph indent0"> A one-length <code>string</code> consisting solely of Unicode character <code>U+FFFF</code>, used to indicate when the <code><a href="../cm/read.html">read</a></code> command has reached the end of a text file. Since <code>U+FFFF</code> is not a valid Unicode character, <code>eof</code> will never appear anywhere else in a correctly-encoded text file. </p>
29+
<h3>Note</h3>
30+
<p class="block paragraph indent0"> In HyperTalk, <code>eof</code> is actually a keyword to the <code><a href="../cm/read.html">read</a></code> command, not a constant. We know this because we can <code>put it into eof</code> in HyperTalk, but we cannot <code>put it into pi</code> or any other real constant. However, the <em>HyperCard Script Language Guide</em> mistakenly lists <code>eof</code> as a constant. In XION, <code>eof</code> is a real constant. </p>
31+
<h3>See Also</h3>
32+
<p class="block paragraph indent0"><code><a href="../cm/read.html">read</a></code></p>
33+
</body>
34+
</html>

Docs/hyp/2.2/cn/false.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - false</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, false">
7+
<meta name="description" content="This page describes the false constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>false</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
if false then answer "This should never happen."
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> The <code>boolean</code> representing a truth value of false. </p>
26+
</body>
27+
</html>

Docs/hyp/2.2/cn/five.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - five</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, five">
7+
<meta name="description" content="This page describes the five constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>five</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
put five into numberOfSenses
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> An <code><a href="../dt/integer.html">integer</a></code> with the numeric value of 5. </p>
26+
</body>
27+
</html>

Docs/hyp/2.2/cn/formfeed.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - formfeed</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, formfeed">
7+
<meta name="description" content="This page describes the formfeed constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>formfeed</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
put formfeed after theText
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> A one-length <code>string</code> consisting solely of ASCII character 12, the form feed character. Some programs may use this to indicate a page break. </p>
26+
<h3>Note</h3>
27+
<p class="block paragraph indent0"> In XION, you can also use the escape sequence <code>\f</code> to indicate a form feed in a quoted literal. In HyperTalk, all backslashes are literal, as escape sequences are not supported. </p>
28+
</body>
29+
</html>

Docs/hyp/2.2/cn/four.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<html>
2+
<head>
3+
<title>HyperTalk 2.2 Constants - four</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta name="generator" content="XIONDoc 1.3">
6+
<meta name="keywords" content="XION, OpenXION, XIONDoc, XIONDocs, XION docs, OpenXION docs, XION documentation, OpenXION documentation, XION manual, OpenXION manual, HyperTalk, HyperTalk clone, xTalk, HyperTalk, HyperTalk 2.2, constant, constants, four">
7+
<meta name="description" content="This page describes the four constant.">
8+
<link rel="stylesheet" type="text/css" href="../xiondoc.css">
9+
</head>
10+
<body>
11+
<h1>Constants</h1>
12+
<h2>four</h2>
13+
<h3>Supported By</h3>
14+
<ul class="block unorderedlist indent0 border0 nobullet">
15+
<li>XION Scripting Language Standard (1.0)</li>
16+
<li>OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)</li>
17+
<li>OpenXION Standard Module (1.0, 1.1, 1.2, 1.3, 1.4)</li>
18+
<li>HyperTalk (2.2)</li>
19+
</ul>
20+
<h3>Example</h3>
21+
<pre class="block script indent0">
22+
put four into numberOfSeasons
23+
</pre>
24+
<h3>Description</h3>
25+
<p class="block paragraph indent0"> An <code><a href="../dt/integer.html">integer</a></code> with the numeric value of 4. </p>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)