mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-08 01:36:54 +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}")
|