mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 09:16:53 +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}")
|