List orderer script request

Here's a bubble sort block that I made:

Bubble sort is a simple sorting algorithm. It goes through each pair of items on a list, and if the first item is bigger than the second, it swaps them. It repeats this until it detects that it didn't do any swaps meaning the list is sorted.

it'd be better if your sort block was a reporter