Hacker News new | ask | show | jobs
by spatten 1371 days ago
In C64 Basic, "$" declares that a variable is a string, like this:

``` A$ = "Hello World ```

So you say this as "A-string equals Hello World"

I still pronounce "$" as string however many years later