This is an automated archive made by the Lemmit Bot.

The original was posted on /r/perchance by /u/kwacky1 on 2023-06-27 03:20:47+00:00.


I feel like I’m missing something obvious here but say you create a single item with a single value

[singleItem = "a"] a

You can use the single item and get the expected output

[singleItem] a

However this single item is not a list

[singleItem.getRawListText] undefined

Is there a way to turn this single item into a list?