Changed my mind about oftype/typeof

This commit is contained in:
2022-09-07 15:02:17 +01:00
parent 4137b7f057
commit 23fdec541d
7 changed files with 10 additions and 10 deletions

View File

@@ -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>]>