verbena 0.2.0

Scripting language
1
2
3
4
5
print typeof(125)
print typeof(1.25)
print typeof("1.25")
print typeof([1.25])
print typeof({})