aboutsummaryrefslogtreecommitdiff
path: root/old-tests/variable/override/cache
blob: 83786883d782be63c56be42e4b74d4d6880df407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
x = [string] 0
print $x

x = [uint64] 1
print $x

y = 0
print $y

[uint64] y = [null]
print $y

./: