Skiylia-Lang / Verboscript

A toy programming language made in python; designed to be close to written english
GNU General Public License v3.0
2 stars 0 forks source link

Strings #9

Open SK1Y101 opened 3 years ago

SK1Y101 commented 3 years ago

How do we represent strings?

Do we use quotation marks:

"Hello there"

or do we allow anything to be a string with no marking

ie: Hello there

How do strings and numbers interact?

is "six" a string, or a number, or both?

what about "6"?