We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Talk:Movesum

From Esolang
Jump to navigation Jump to search

Are integers signed or unsigned?

The "Memory" section says the array values are unsigned, but the example immediately below uses a negative number. The implementation appears to allow negative numbers, but I wanted to verify this. Caenbe (talk) 21:33, 7 June 2021 (UTC)

Array values should be unsigned. Thank you for alerting me of this. The implementation is not mine, and should probably be changed if it does allow negative values. I have fixed the example. —User:PythonshellDebugwindow (talk) ~~~~ 23:38, 7 June 2021 (UTC)
A bit late, but I have also finally managed to fix and clean up my interpreter. -- Bangyen (talk) 20:26, 2 July 2021 (UTC)