We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Plushie-complete

From Esolang
(Redirected from Plushie-Complete)
Jump to navigation Jump to search

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

  1. It must be able to print the number 4.
  2. It must be able to print the number 31.
  3. 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

See also