R: Rex

/* Simple RexxR script – calculates factorial */
say "Enter a number:"
pull n
fact = 1
do i = 1 to n
   fact = fact * i
end
say n "! = " fact

For the majority of digital music enthusiasts, Rex R is synonymous with Rex Riot (often stylized as Rex R), a rising star in the lo-fi hip-hop and electronic beat scene. Unlike mainstream producers backed by major labels, Rex R built his reputation through organic growth on platforms like SoundCloud and YouTube.

Rex (often affectionately called Rex R by collectors to specify the original mold) is defined by his paradoxical nature: a Tyrannosaurus rex who is terrified of everything. His famous line, "I don't like confrontation!" resonates with anxious viewers of all ages. The "R" in this context reinforces Original Recipe—the pure, unmodified version of the character before sequels altered his design slightly. /* Simple RexxR script – calculates factorial */