Talk:Deadfish++
Jump to navigation
Jump to search
Question
How can you store a string literal into a memory cell?! --None1 (talk) 10:41, 25 September 2023 (UTC)
You have to store the string into a variable, move the pointer to the memory cell you want to store the variable in, and store that variable into that memory cell, like this:
"string here"~a ma
--Europe2048 (talk) 20:42, 28 September 2023 (UTC) 0
But after all, the variable a is a string, however the cell is an integer. --None1 (talk) 23:42, 28 September 2023 (UTC)
Not anymore. --Europe2048 (talk) 07:07, 30 September 2023 (UTC)
Isn't the maximum Unicode value 65535? --None1 (talk) 23:23, 21 February 2024 (UTC)
Most emojis have a Unicode value of above 65535. Europe2048 (talk) 15:22, 5 March 2024 (UTC)