mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
4 lines
111 B
ChaiScript
4 lines
111 B
ChaiScript
var bob = 5.5
|
|
assert_equal("5.5", "${bob}")
|
|
assert_equal("val: 8 and 8", "val: ${5.5 + 2.5} and ${bob + 2.5}")
|