all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
4
Task/Variables/DWScript/variables.dwscript
Normal file
4
Task/Variables/DWScript/variables.dwscript
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
var i := 123; // inferred type of i is Integer
|
||||
var s := 'abc'; // inferred type of s is String
|
||||
var o := TObject.Create; // inferred type of o is TObject
|
||||
var s2 := o.ClassName; // inferred type of s2 is String as that's the type returned by ClassName
|
||||
Loading…
Add table
Add a link
Reference in a new issue