Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Variables/DWScript/variables.dw
Normal file
4
Task/Variables/DWScript/variables.dw
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