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