Do not limit strings to 255 characters

This commit is contained in:
ISSOtm
2024-03-21 21:31:10 -04:00
committed by Sylvie
parent 9f239f6dcc
commit e255af9e10
25 changed files with 52 additions and 130 deletions

View File

@@ -1,3 +1,5 @@
; Strings used to be truncated to 255 characters with a warning.
def num equ 42
def fix equ 123.0
def str equs "hello"