prog8
prog8 copied to clipboard
memory() should be treated as a constant
Since memory() does its allocation at compile time, its return value should be considered a constant and variables initialized with it should be declarable as const.