mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
5 lines
89 B
ChaiScript
5 lines
89 B
ChaiScript
print("$ {4 + 5}")
|
|
print("$${4+5}")
|
|
print("Value: \${4 + 5}")
|
|
print("Value: \$${4 + 5}")
|