13 lines
465 B
Markdown
13 lines
465 B
Markdown
## Framework core runtime of sciBASIC
|
||
|
||
> 为了能够在其他的项目之间也可以共享这个共享项目里面的方法,请不要引用其他的非.NET框架的类型,只能够使用系统类型
|
||
>
|
||
>
|
||
|
||
This core runtime consists of two parts:
|
||
|
||
1. Application Services
|
||
2. Data Extensions
|
||
|
||
The first part of code is trying to help people to build a commandline application using VisualBasic in a more easy way, and the second part of the code is try to help
|