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.

Mario汉LANG

From Esolang
Jump to navigation Jump to search

This is just the MarioLANG written by Chinese.

Command Table

Caption text
This Esolang Origin
=
|
#
"
)
(
+
-
.
:
,
;
>
<
^
!
[
@

Extra table

Caption text
This Esolang Mean
Any full-width characters Set the memory cell under pointer to their ASCII code minus 0xFEE0.
Set the memory cell under pointer to 0x0020.
␀, ␁, etc. Set the memory cell under pointer to their ASCII code minus 0x2400.
Generate a random integer between 0 and 10^100 and set the memory cell under pointer to it.
Print a random integer.
Print a random čɦɐŗǡƈʈəɾ.
Generate a random integer between 0 and 16^5(a WORD and a BIT).

Examples

Hello, world!

H写e写l写l写o写,写空写w写o写r写l写d写!写␊写停
地地地地地地地地地地地地地地地地地地地地地地地地地地地地

Let's start with a look at the whole program.

  1. Set the memory cell #0 to 72 and output it as a character.
    Output:
    H
  2. Repeat the operation for 14 times(but every ASCII isn't same).
    Output:
    Hello, world!
  3. Stop Mario and let him fall to EOF.
  4. Program ends.

Fibonacci

说荣说右荣说     后
地地地地地左地地地地地终
    前前耻右右右停
    终地地地地地始
    停越左左左荣后
   右始地地地地地终
   前耻右荣右停
   终地地地地始
  右停越左左荣后
  右始地地地地终
  前        停
  地地地地地地地地地始

See also

  1. MarioLANG

Categories