now it's not a single project, but a solution
This commit is contained in:
14
TestProgram/DtsodV30/base_types.dtsod
Normal file
14
TestProgram/DtsodV30/base_types.dtsod
Normal file
@@ -0,0 +1,14 @@
|
||||
bool:b=false;
|
||||
char:c='v';
|
||||
string:s="hello";
|
||||
byte:by=255;
|
||||
sbyte:sb=-125;
|
||||
short:sh=14003;
|
||||
ushort:us=32025;
|
||||
int:i=-2515;
|
||||
uint:ui=0;
|
||||
long:l=-29863854396;
|
||||
ulong:ul=87659057946;
|
||||
float:f=39.944;
|
||||
double:do=965.557;
|
||||
decimal:de=-84.20;
|
||||
1
TestProgram/DtsodV30/enumerables.dtsod
Normal file
1
TestProgram/DtsodV30/enumerables.dtsod
Normal file
@@ -0,0 +1 @@
|
||||
List<string>:list=[string:"a",string:"b"];
|
||||
Reference in New Issue
Block a user