mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Changed my mind about oftype/typeof
This commit is contained in:
@@ -11,5 +11,5 @@ t = astype [float]; //redefnition
|
||||
|
||||
var b: u;
|
||||
|
||||
print oftype a; //<[<int>]>
|
||||
print oftype b; //<[<float>]>
|
||||
print typeof a; //<[<int>]>
|
||||
print typeof b; //<[<float>]>
|
||||
Reference in New Issue
Block a user