Plushie-complete
(Redirected from Plushie-Complete)
As stated by User:Cinnamony:
a language is only plushie-complete if it follows a set of rules created by one of my dragon plushies
Rules
- It must be able to print the number 4.
- It must be able to print the number 31.
- It must be able to store the number 2.
There, those are the only 3 rules.
Requirement
That is, if an esolang is Plushie-complete, it supports output and data storage.
Pseudo code
i = 2 print i * 2 print 31