Official Golf Blog: programming language, framework and application server
Wednesday, December 25, 2024
Golf 136 released
Any number expression can now use string subscription as a number, for instance: set-string str='hello' set-number num = 10+str[0] A character is treated as an unsigned number ranging from 0-255 (i.e. unsigned byte).