[Gambas-user] Auto-spacing Strings would be nice. (like with Print s1; ; s2)
Benoît Minisini
g4mba5 at gmail.com
Thu Feb 10 15:02:43 CET 2022
Le 10/02/2022 à 14:54, Bruce Steers a écrit :
>
> I understand.
> It just seems like something is missing though where Print/Debug has ;;
> to concatenate with a space but there is nothing the same with using a
> string assignment.
>
>
> Wishing well
> BruceS
>
It's because ";;" is just syntactic sugar (and a traditional syntax of
some BASIC language if I remember well), i.e. a compiler thing, whereas
it seems that you want new string operators, which is an interpreter thing.
--
Benoît Minisini
More information about the User
mailing list