STAMP Usage

Ok, I’m curious, who actually uses anything but the BSX file extension?

I’m also asking because I’m writing a stripped-down PBASIC IDE, and I want to know if I should implement the other formats (which I might just for fun).

Yes i use .bsp, .bse, and .bs2 because those are what the PBasic IDE saves them as by default, depending on which stamp i am working with.

Personally, whenever I write a PBASIC program, I use the {$STAMP} directive, e.g.

'{$STAMP BS2sx}
or
'{$STAMP BS2p}

Ok, well, thank you. I’ll probably just use all the formats anyways.