4 lines
74 B
ChaiScript
4 lines
74 B
ChaiScript
var bob = 5.5
|
|
print("${bob}")
|
|
print("val: ${5.5 + 2.5} and ${bob + 2.5}")
|