Wolfram Language (Mathematica), 15 14 11 bytes
=Range[0,LL
-1 byte from Imanton1
Mathematica interprets the = prefix as a call to Wolfram Alpha (auto-converting it to the orange glyph seen below), which in turn interprets "LL" as thea Roman numeral for 100. I used "LL" because this doesn't work with the shorter "C".


