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