Last change
on this file since 247 was 246, checked in by dai, 18 years ago |
Objectクラス、Stringクラスの定義をSystem名前空間に入れると共に、コンパイラ側で両者のクラスをSystem名前空間に依存しない特殊型として扱うようにした。
System.Diagnostics名前空間を導入した。
Namespaceステートメントのコード補間機能に対応。
|
File size:
260 bytes
|
Rev | Line | |
---|
[221] | 1 | ' インデックス プログラム
|
---|
| 2 |
|
---|
| 3 | #strict
|
---|
| 4 |
|
---|
| 5 | 'Win32APIの定義ファイル
|
---|
[224] | 6 |
|
---|
| 7 | 'プロジェクト内のプログラム ファイル
|
---|
| 8 | #include "ObjectTest.ab"
|
---|
[246] | 9 | _ClearNamespaceImported
|
---|
[226] | 10 | #include "StringTest.ab"
|
---|
[246] | 11 | _ClearNamespaceImported
|
---|
[230] | 12 | #include "GCHandleTest.ab"
|
---|
[246] | 13 | _ClearNamespaceImported
|
---|
Note:
See
TracBrowser
for help on using the repository browser.